Skip to main content
GET
List journeys

Authorizations

Authorization
string
header
required

Personal Access Token or OAuth 2.1 access token, sent as a bearer credential (Authorization: Bearer inf_pat_...). Read operations require a token with the READ scope; write operations (POST/PATCH/DELETE) require WRITE.

Query Parameters

status
enum<string>[]

Repeatable; values OR together.

Available options:
active,
draft,
inactive
type
enum<string>[]

Repeatable; values OR together.

Available options:
batch,
trigger
tag
string[]

Repeatable. Matches the tag name, not its id. A name matching no tag yields an empty page.

folderId
string

Restrict to one folder. An id matching no folder yields an empty page rather than an error.

Case-insensitive substring match on the asset's name. Regex metacharacters are escaped, not interpreted.

pageNumber
integer
default:1

1-based page number.

Required range: 1 <= x <= 2147483647
pageSize
integer
default:20

Items per page.

Required range: 1 <= x <= 200

Response

Paged journeys.

data
object[]
pagination
object

Present only on paged list responses.

meta
object

Envelope metadata present on every response.