List Configuration Fields
Configuration Fields
List Configuration Fields
Returns a paginated list of configuration fields for the company. Only returns entity fields (events, insureds, policies) — rating fields are managed through separate endpoints.
Filtering:
id- Filter by field ID (single UUID or array)entityName- Filter by entity type (events, insureds, policies)
Sorting:
createdAt(default),updatedAt
Required permission: company:read
GET
List Configuration Fields
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 field ID (single UUID or array of UUIDs)
Filter by entity type
Available options:
events, insureds, policies Field to sort by (default createdAt)
Available options:
createdAt, updatedAt Sort direction (default desc)
Available options:
asc, desc Page number (1-based, default 1, page size 50)
Required range:
x >= 1