v1

latestOpenAPI 3.1.02026-07-22750642.5 KB
Journeys

List journeys

List the organization's journeys, newest first. A journey is the step sequence people move through, attached to an initiative. Read-only.

get/api/v1/journeys

Query parameters

initiativeIdstring

Only the journey attached to this initiative.

status'DRAFT' | 'ACTIVE' | 'ARCHIVED'

Only journeys with this status.

limitinteger

Page size (default 100, max 1000).

cursorstring

Opaque pagination token from a previous response's next_cursor.

Response

Success

next_cursorstring nullable required

Pass as cursor to fetch the next page; null on the last.