Count sequences
sequences:read scope (or a broader one that includes it).
Returns the total number of sequences matching the given filters. Accepts the same filter parameters as GET /v3/sequences (except pagination and sorting).
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
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