Skip to main content
GET
Count 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

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, counts only archived sequences. When false, counts only non-archived sequences. When omitted, counts all sequences.

name
string

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

createdAfter
string<date-time>

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

Response

Count retrieved successfully

count
integer
required

Total number of matching items.

Example:

42