Count sequences
sequences:read scope (or a broader one that includes it).
Use this endpoint when you need the number of sequences matching a filter without fetching the sequences themselves. It takes the same status, ownerUserId, folderId, isArchived, name and createdAfter filters as the sequence list and returns a single count field. Omit every filter to count all the sequences you can access.
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
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, counts only archived sequences. When false, counts only non-archived sequences. When omitted, counts all sequences.
Filter sequences by name (case-insensitive, partial match)
Count only sequences created after this timestamp (ISO-8601).
Response
Count retrieved successfully
Total number of matching items.
42