List all Cases

Returns a list of your organization's cases. Note that this endpoint aggregates cases across all <<glossary:case template>>(s). See [Pagination](ref:fill-pagination) for more details about handling the response.

Authentication

Authorizationstring
API Key authentication via header

Headers

key-inflectionstringOptional
Determines casing for the API response

Query parameters

page[after]stringOptional
Case ID for pagination cursor
page[before]stringOptional
Case ID for pagination cursor
page[size]stringOptional
Limit on the number of cases returned
filter[status]stringOptional
Filter cases by status
filter[resolution]stringOptional
Filter cases by resolution
filter[case-template-id]stringOptional
Filter cases by case template ID
filter[account-id]stringOptional
Filter cases by account ID
filter[inquiry-id]stringOptional
Filter cases by inquiry ID
filter[report-id]stringOptional
Filter cases by report ID

Response

200
datalist of objects or null

Errors