List all sequences
sequences:read scope (or a broader one that includes it).
Use this endpoint when you need to browse the sequences you can work with. Results are returned as a page controlled by the top and skip query parameters; omit both to get the first page. Narrow the list with status, ownerUserId, folderId, isArchived, createdAfter, and name for a partial name match. Order the results with sortBy set to created, name or status, optionally paired with sortDirection; sortDirection on its own is rejected, and when it is omitted created sorts newest first while name and status sort ascending. Each item carries the summary of a sequence only — use the single-sequence endpoint when you need its steps, settings and connected accounts.
Authorizations
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
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