v1

latestOpenAPI 3.1.02026-08-063776831.4 MB
Contracts

Find Contract by filter criteria with pagination

Returns a paginated filtered list of all Contracts based on the provided criteria. Supports both offset-based (page/size) and cursor-based (startAfter/endAt) pagination.

get/contracts

Query parameters

endAtIdstring

End at document ID, for backward cursor-based pagination

pageinteger

Page number (0-based), for offset-based pagination

sizeinteger

Page size

startAfterIdstring

Start after document ID, for forward cursor-based pagination

Headers

tenant-idstring required

Tenant ID

Response

List of Contracts found

totalCountinteger