v1

latestOpenAPI 3.1.02026-07-26359254.7 MB
Sequences

Count sequences

<Warning> **Coming soon.** This endpoint will be available by late July 2026. </Warning>

<small>Requires the sequences:read scope (or a broader one that includes it).</small>

Returns the total number of sequences matching the given filters. Accepts the same filter parameters as GET /v3/sequences (except pagination and sorting).

get/v3/sequences/count

Query parameters

status'active' | 'paused' | 'new'

Filter sequences by status

ownerUserIdinteger

Filter sequences by owner user ID

folderIdstring uuid

Filter sequences by folder ID

isArchivedboolean

Filter sequences by archive status. When true, counts only archived sequences. When false, counts only non-archived sequences. When omitted, counts all sequences.

namestring

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

createdAfterstring date-time

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

Response

Count retrieved successfully

countinteger required

Total number of matching items.

Example response

{
  "count": 42
}