Retrieve events for a participant.
program_id or status, and use from / to to scope results by ingestion time (created_at). Use event_from / event_to to filter by occurrence time (event_timestamp) instead. Both pairs can be used simultaneously (AND semantics). See Timestamps for the distinction.
API key passed in the X-API-Key header.
Participant ID
Maximum number of results (default 50, max 200)
x >= 1Pagination cursor from previous response
Filter by program ID
Filter by event status
PENDING, PROCESSING, COMPLETED, FAILED Start of time window (RFC 3339) — filters on system ingestion time
End of time window (RFC 3339) — filters on system ingestion time
Start of event occurrence window (RFC 3339) — filters on event_timestamp
End of event occurrence window (RFC 3339) — filters on event_timestamp