v1

latestOpenAPI 3.1.02026-07-24181585937.4 KB
Sequence Template

sequenceTemplate.list

Lists reusable sourcing sequence templates visible to the caller. Returns template and cadence metadata only; message subjects and bodies are not exposed.

Archived templates are excluded unless the includeArchived option is true. Use that option when maintaining a complete synchronized catalog.

See the Pagination and Incremental Synchronization guide for detailed usage examples.

Requires the sourcingRead permission.

post/sequenceTemplate.list

Request body

cursorstring

Opaque cursor for the next page of results

syncTokenstring

An opaque token representing the last completed synchronization. The final page returns a token for the next incremental synchronization.

limitinteger

The maximum number of templates to return. Defaults to 100 and cannot exceed 100.

includeArchivedboolean

Whether to include archived templates. Defaults to false.

Response

Responses from the sequenceTemplate.list endpoint

OR