Skip to main content
GET
List Policy Transactions

Authorizations

Authorization
string
header
required

API key authentication. Include your API key in the Authorization header.

Path Parameters

companyId
string<uuid>
required

Company identifier

policyId
string<uuid>
required

Policy identifier

Query Parameters

page
integer
default:1

Page number (1-based, default 1, page size 50)

Required range: x >= 1
sortBy
enum<string>
default:processedAt

Field to sort by (default processedAt)

Available options:
processedAt,
effectiveDate,
type
sortDirection
enum<string>
default:desc

Sort direction (default desc)

Available options:
asc,
desc
type
enum<string>

Filter by transaction type (bind, endorsement, cancellation, reinstatement, renewal) Type of policy transaction (change set)

Available options:
bind,
endorsement,
cancellation,
reinstatement,
renewal

Response

Paginated list of policy transactions

items
object[]
totalCount
integer

Total number of transactions across all pages