v1

latestOpenAPI 3.1.02026-07-26359254.7 MB
Sequence Contacts

Count contacts in sequence

<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 contacts enrolled in the sequence.

get/v3/sequences/{id}/contacts/count

Path parameters

idinteger required

Sequence ID

Response

Count retrieved successfully

countinteger required

Total number of matching items.

Example response

{
  "count": 42
}