List Policy Transactions
Returns a paginated list of all transactions for a policy, ordered by
policyVersion. Each transaction represents an immutable change set
(new business, endorsement, cancellation, reinstatement, or renewal).
Use this endpoint to see the full transaction history of a policy. For detailed per-field deltas, retrieve a single transaction via the Get Policy Transaction endpoint.
Related: The Bordereau APIs provide a similar transaction-level view across all policies, with the ability to include additional columns for full-term policy fields. Use this endpoint when you need per-field deltas for a single policy; use the Bordereau APIs when you need a flat, reportable listing across policies.
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
Policy identifier
Query Parameters
Page number (1-based, default 1, page size 50)
x >= 1Sort direction for policyVersion ordering (default asc).
Use asc for chronological order, desc for most-recent-first.
asc, desc 