List all sequences
sequences:read scope (or a broader one that includes it).
Returns a paginated list of all sequences in your account.
Results are ordered by creation date, newest first, unless overridden with sortBy / sortDirection.
Authorizations
Authenticate every request with a Bearer token. Pass your Reply API key in the
Authorization header:
Authorization: Bearer <your-api-key>Get your API key from the Reply dashboard: Settings → API Key.
Query Parameters
Maximum number of items to return (default 25, max 1000)
Number of items to skip
Filter sequences by status
active, paused, new Filter sequences by owner user ID
Filter sequences by folder ID
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.
Search sequences by name (case-insensitive, partial match)
Return only sequences created after this timestamp (ISO-8601).
Field to sort results by. When omitted, results are ordered by creation date.
created, name, status 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.
asc, desc