Skip to main content
GET
List participants

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Initiative id.

Minimum string length: 1

Query Parameters

personExternalId
string

Return only this person's runs, matched on the external id recorded when the run started. Exact match, case-sensitive. Participants enrolled without an external id are never returned, so an empty result means no run carries this id — not that the person has no run.

Required string length: 1 - 255
limit
integer

Page size, up to 1000.

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

Opaque cursor from a previous page.

Response

Success

data
object[]
required
next_cursor
string | null
required