Skip to main content
GET
Page a journey run's events by sequence

Authorizations

Authorization
string
header
required

A cdojo_... API key created in the app under Settings.

Path Parameters

id
string
required

Identifier from the path. Owner scoped: another owner's id answers 404.

Query Parameters

after
integer

Return events with a sequence greater than this non-negative cursor.

Required range: x >= 0
limit
integer
default:100

Maximum events to return in one page. Omit for 100.

Required range: 1 <= x <= 500

Response

Success

success
boolean
required
data
object[]
required
meta
object

Paging, on the operations that return a list.