Skip to main content
GET
List all sequences

Authorizations

Authorization
string
header
required

Authenticate every request with a Bearer token. Pass your Reply API key in the Authorization header:

Get your API key from the Reply dashboard: Settings → API Key.

Query Parameters

top
integer

Maximum number of items to return (default 25, max 1000)

skip
integer

Number of items to skip

status
enum<string>

Filter sequences by status

Available options:
active,
paused,
new
ownerUserId
integer

Filter sequences by owner user ID

folderId
string<uuid>

Filter sequences by folder ID

isArchived
boolean

Filter sequences by archive status. When true, returns only archived sequences. When false, returns only non-archived sequences. When omitted, returns all sequences regardless of archive status.

name
string

Search sequences by name (case-insensitive, partial match)

createdAfter
string<date-time>

Return only sequences created after this timestamp (ISO-8601).

sortBy
enum<string>

Field to sort results by. When omitted, results are ordered by creation date.

Available options:
created,
name,
status
sortDirection
enum<string>

Sort direction. Requires sortBy to be set; supplying sortDirection alone is rejected with 400. When omitted, created sorts descending (newest first) while name and status sort ascending.

Available options:
asc,
desc

Response

List of sequences retrieved successfully

Response model for listing sequences with pagination

items
object[]

Array of sequence items

hasMore
boolean

Indicates if there are more items to fetch