All Sequence Templates endpoints require the
sequences:read scope. Sequence templates are read-only via the API — create and edit templates in the Topo UI.The sequence template object
Unique identifier for the template.
Human-readable name of the template, as set in the Topo UI.
A short description of what the template is designed to accomplish (e.g., “Cold outreach to VP Sales at Series B+ SaaS companies”).
Current lifecycle state. See Template statuses below.
The number of steps configured on the template.
BCP-47 language tag for the language the template was authored in (e.g.,
en, fr, de).IANA timezone identifier used when evaluating the template’s send-window rules (e.g.,
America/New_York, Europe/Paris).When the template was first activated.
null if the template has never been activated.When the template was created.
When the template was last modified.
Template statuses
| Status | Description |
|---|---|
PENDING_SETUP | The template is being configured and is not yet ready to accept leads. |
ACTIVE | The template is live and can accept new lead enrollments. |
INACTIVE | The template has been deactivated; existing sequences continue but no new leads are enrolled. |
FINISHING | The template is winding down; existing sequences continue to execute but no new enrollments are accepted. |
ARCHIVED | The template has been archived and is no longer in use. |
List sequence templates
Requires scope:
sequences:readQuery parameters
Filter by template name. This is an exact match — the value must equal the template’s
name field exactly.Filter by lifecycle state. One of:
PENDING_SETUP, ACTIVE, INACTIVE, FINISHING, ARCHIVED.Return templates created strictly after this timestamp.
Return templates created strictly before this timestamp.
Field to sort results by. One of:
created_at, updated_at, name. Defaults to created_at.Sort direction.
asc or desc. Defaults to asc.Page number (1-indexed). Defaults to
1.Number of items per page. Between
1 and 100. Defaults to 10.Response
Array of sequence template objects on this page.
Total number of templates matching the query across all pages.
Total number of pages at the current
size.true if additional pages exist after the current one.Example — list all active templates
Get a sequence template
Requires scope:
sequences:readPath parameters
The ID of the sequence template to retrieve.