Skip to main content
List cases with filters

Authorizations

Authorization
string
header
required

API key authentication

Body

application/json

Request to list cases with filtering and pagination

filters
Case filters · object

Filters to apply when listing cases

orderBy
Case ordering specification · object

Sorting parameters to control the order of returned cases. Supports single-field sorting only. Example: sort by priority in descending order to show highest priority cases first.

pagination
Pagination request · object

Pagination parameters

Response

Response containing a list of cases and pagination information

cases
Case · object[]
required

Cases matching the provided filters.

Maximum array length: 1000
pagination
Pagination response · object
required

Pagination cursor for retrieving the next page of cases.

pbacTruncated
boolean

Indicates whether the list of cases was truncated due to PBAC (Policy-Based Access Control) restrictions. If true, the user may not have access to all cases that match the filters.