List Policies
Policies
List Policies
Returns a paginated list of policies for the company.
Filtering:
primaryInsuredId- Filter by primary insured IDfilterText- Text search across policy number and other fields
Sorting:
createdAt(default),updatedAt,number,startsAtDate,endsAtDate
Required permission: company.policy:read
GET
List Policies
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 primary insured ID
Search across quote number, description, and other text fields
Field to sort by (default createdAt)
Available options:
createdAt, updatedAt, number, startsAtDate, endsAtDate Sort direction (default desc)
Available options:
asc, desc Page number (1-based, default 1, page size 50)
Required range:
x >= 1