List events
GET
/v1/eventsRequires an API client bearer token.
Queryable log of the tenant’s domain events (the same envelopes webhook deliveries carry). Cursor-paginated; filterable by type.
Parameters
Query parameters
| Name | Required | Description |
|---|---|---|
| limit | optional | |
| starting_after | optional | |
| type | optional | |
| programme_id | optional |
Example
curl https://api.rigid.fi/v1/events \
-H "Authorization: Bearer $RIGID_API_TOKEN"Responses
200A page of events.
dataarray of objectrequired
+ show properties− hide properties
idstringrequired
typestringrequired
created_atstringrequired
dataobjectrequired
+ show properties− hide properties
No properties.
has_morebooleanrequired
next_cursorstring | nullrequired
400Validation error
typestringrequired
titlestringrequired
statusintegerrequired
detailstring
instancestring
401Authentication required
typestringrequired
titlestringrequired
statusintegerrequired
detailstring
instancestring
403Forbidden
typestringrequired
titlestringrequired
statusintegerrequired
detailstring
instancestring
500Internal server error
typestringrequired
titlestringrequired
statusintegerrequired
detailstring
instancestring