List participant events
Activity
List participant events
Retrieve events for a participant.
GET
List participant events
Returns events that have been processed for a participant. Each event represents an external action (such as a purchase or login) that was sent to Scrip and evaluated against the program’s rules. Filter byDocumentation Index
Fetch the complete documentation index at: https://docs.scrip.dev/llms.txt
Use this file to discover all available pages before exploring further.
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.
For usage patterns and examples, see the Participants guide.
Authorizations
API key passed in the X-API-Key header.
Path Parameters
Participant ID
Query Parameters
Maximum number of results (default 50, max 200)
Required range:
x >= 1Pagination cursor from previous response
Filter by program ID
Filter by event status
Available options:
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