Skip to main content
GET
List journeys

Authorizations

Authorization
string
header
required

Organization API key, sent as Authorization: Bearer boom_org_....

Query Parameters

initiativeId
string

Only the journey attached to this initiative.

Minimum string length: 1
status
enum<string>

Only journeys with this status.

Available options:
DRAFT,
ACTIVE,
ARCHIVED
limit
integer

Page size (default 100, max 1000).

Required range: 1 <= x <= 1000
cursor
string

Opaque pagination token from a previous response's next_cursor.

Response

Success

data
object[]
required
next_cursor
string | null
required

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