Skip to main content
GET
Get a journey's stats

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.

Path Parameters

id
string
required

Journey (campaign) id.

Query Parameters

since
string

ISO-8601 lower bound on the send time, inclusive. A date (2026-01-01), a Z offset and a ±HH:MM offset are all accepted and normalised to UTC; a value carrying no offset is read in the server's zone. Omit for all time.

until
string

ISO-8601 upper bound on the send time, inclusive. Same accepted forms as since.

Response

The journey's stats. Not paged.

data
object

The thirteen send and engagement counters. Every field is always present and defaults to 0. None are null or omitted.

meta
object

Envelope metadata present on every response.