List journeys
Lists the journeys in your project, sorted by the date last updated in descending order. Each item in the returned list is a summary including the
id, name, description, status and timestamps of the journey, omitting the journey steps (represented as a graph) and
message content. Results are cursor-paginated and do not include a total count. Archived journeys are excluded by default but can be requested explicitly with ?status=archived.
Authorizations
Accepts either a raw API key or Bearer <key>.
Headers
Optional dated API revision for the request. Must use YYYY-MM-DD format.
^\d{4}-\d{2}-\d{2}$"2026-03-01"
Query Parameters
Page size (1-100, default 25).
1 <= x <= 100Sort order.
updated_at_desc, updated_at_asc, created_at_desc, created_at_asc, name_asc, name_desc Comma-separated statuses to include, e.g. draft,active. Archived journeys are excluded unless archived is requested.
"draft,active"
Opaque pagination cursor from a previous response's next_cursor.

