List Basic Policies
Returns a paginated list of basic policies for the company.
Filtering:
id— one or more policy UUIDs.policyNumberFilterText— case-insensitive substring match againstpolicyNumberonly. It does not search any other field. Preferfiltersfor anything beyond a policy-number substring search.filters— zero or more structured per-field filters (FieldModelV1ListFilter[]) applied against any FMV1 field or system column (createdAt,updatedAt,createdBy,updatedBy). Combined with AND semantics.
Sorting: sortBy accepts createdAt, updatedAt, or number
(default createdAt). sortDirection accepts asc or desc
(default desc).
Pagination: page size is server-controlled. Pass page as a
1-based page number to iterate.
Required permission: company.policy:read
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
Page number (1-based, default 1, page size 50)
x >= 1Field to sort by (defaults to createdAt)
createdAt, updatedAt, number Sort direction (defaults to desc)
asc, desc Filter by one or more policy IDs
Case-insensitive substring match against policyNumber only. No other fields are searched. Prefer filters for matches against other fields.
Structured per-field filters against FMV1 field data or system columns. See the FieldModelV1ListFilter schema for available filter shapes, field types, and operators. Multiple filters are combined with AND semantics.
Structured per-field filter against FMV1 field data or system columns. Each filter names a fieldReferenceId, a fieldType tag, an operator, and a value (plus valueTo for between and systemColumn for systemUser / systemDate). The set of operators and the value shape depend on fieldType. Pass one or more filters in the filters query parameter — multiple filters are combined with AND semantics.
- Option 1
- Option 2
- Option 3
- Option 4
- Option 5
- Option 6
- Option 7
- Option 8
- Option 9
- Option 10
- Option 11
- Option 12
- Option 13
- Option 14
- Option 15
- Option 16
- Option 17
- Option 18
