v3

OpenAPI 3.1.02026-07-2759128137.8 KB
sequence-templates

List Sequence Templates

List the sequence templates available in the workspace.

Requires the sequences:read scope on the API key.

get/v1/sequence-templates

Query parameters

pageinteger

Page number.

Page number.

sizeinteger

Number of items per page.

Number of items per page.

sort_by'created_at' | 'updated_at' | 'name'

Field to sort by.

sort_order'asc' | 'desc'

Sort direction.

namestring nullable

Filter by template name (exact match).

Filter by template name (exact match).

status'PENDING_SETUP' | 'ACTIVE' | 'INACTIVE' | 'FINISHING' | 'ARCHIVED'

Filter by lifecycle state.

created_at_beforestring date-time nullable

Return templates created strictly before this timestamp.

Return templates created strictly before this timestamp.

created_at_afterstring date-time nullable

Return templates created strictly after this timestamp.

Return templates created strictly after this timestamp.

Response

Successful Response

total_countinteger required

Total number of records matching the query.

total_pagesinteger required

Total number of pages.

has_moreboolean required

Whether more pages remain after the current one.