Skip to main content
GET
List Sequences

List Sequences

Returns the sequences for the company attached to your API key.

Reading the run state

Do not read status literally. A sequence with "status": "active" and "enrollmentPaused": true still emails the subscribers already inside it but takes nobody new. Branch on effectiveStatus instead: The same two answers are also returned directly as acceptsNewEnrollments and processesExistingEnrollments, plus effectiveStatusSummary, a plain-language sentence you can show a user verbatim. triggerConfig.active is a legacy field that the runtime does not read. It is reported as a mirror of acceptsNewEnrollments so it can no longer contradict the sequence state.

Request

Responses