List Events
Returns a paginated list of events (claims and incidents) for the company.
Events represent insurance claims and incidents. Each event includes:
- Basic event information (type, status, reference ID)
- Associated policy and insured references
- Custom entity data specific to your company’s configuration
The data field contains custom entity data with field keys (not field IDs) mapped to values.
Returns null when no custom data exists for the event.
Required permission: company.claim:read or company.incident:read (depending on event type filter)
Authorizations
API key authentication. Include your API key in the Authorization header.
Path Parameters
Company identifier
Query Parameters
Filter by event type (claim, incident, or both) Type of event (claim or incident)
claim, incident Filter by event status (open, closed, or both) Status of the event
open, closed Filter by policy ID
Search across quote number, description, and other text fields
Field to sort by (default createdAt)
createdAt, updatedAt, referenceId Sort direction (default desc)
asc, desc Page number (1-based, default 1, page size 50)
x >= 1