Retrieve a list of all contracts.
Required authorization scope: public.contract:read
Bearer Token necessary to use API
Sorting by attribute. Default created_at
created_at, updated_at Sorting by ASC or DESC direction. Default DESC
ASC, DESC Pagination: Page number
x >= 1Pagination: Limit number of items per page.
1 <= x <= 100Filter by Site IDs. Supports multiple values separated by a comma.
Filter by Contact IDs. Supports multiple values separated by a comma.
Filter by Contract Template IDs. Supports multiple values separated by a comma.
Filter by Tenancy IDs. Supports multiple values separated by a comma.
Filter by status. Supports multiple values separated by a comma.
pending, signed, voided, declined, deleted This endpoint supports expandable responses. For more, see the documentation page.
Filters results to created after (including given date) the given ISO 8601 timestamp (e.g., 2025-01-12T15:30:00Z).
Filters results to created before (excluding given date) the given ISO 8601 timestamp (e.g., 2025-01-12T15:30:00Z).
Filters results to sent after (including given date) the given ISO 8601 timestamp (e.g., 2025-01-12T15:30:00Z).
Filters results to sent before (excluding given date) the given ISO 8601 timestamp (e.g., 2025-01-12T15:30:00Z).
Filters results to signed after (including given date) the given ISO 8601 timestamp (e.g., 2025-01-12T15:30:00Z).
Filters results to signed before (excluding given date) the given ISO 8601 timestamp (e.g., 2025-01-12T15:30:00Z).