List Exposures
Exposures
List Exposures
Returns a paginated list of Field Model V1 exposures for the company.
Filtering:
id- Filter by exposure ID (single or array)exposureType- Filter by exposure typefilterText- Text search across exposure name
Sorting:
createdAt(default),updatedAt,exposureName,exposureType
Required permission: company.insured:read
GET
List Exposures
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 exposure ID (single or array)
Filter by exposure type
Search across quote number, description, and other text fields
Field to sort by.
Available options:
createdAt, updatedAt, exposureName, exposureType Sort direction (default desc)
Available options:
asc, desc Page number (1-based, default 1, page size 50)
Required range:
x >= 1