List Events
Events
List Events
Returns a paginated list of Field Model V1 events for the company.
Filtering:
type- Filter by event type (claimorincident)status- Filter by event status (openorclosed)policyId- Filter by associated policy IDfilterText- Text search across event fields
Sorting:
createdAt(default),updatedAt,referenceId
Required permission: company.event:export
GET
List Events
Documentation Index
Fetch the complete documentation index at: https://docs.aiinsurance.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key authentication. Include your API key in the Authorization header.
Path Parameters
Company identifier
Query Parameters
Filter by event type (single or array)
Available options:
claim, incident Filter by event status (single or array)
Available options:
open, closed Filter by associated policy ID
Search across quote number, description, and other text fields
Field to sort by
Available options:
createdAt, updatedAt, referenceId Sort direction (default desc)
Available options:
asc, desc Page number (1-based, default 1, page size 50)
Required range:
x >= 1