Skip to main content
POST
List active cases for the signed-in user

Authorizations

Authorization
string
header
required

access token

Body

application/json
cursor
string<date-time> | null

Return cases created after this timestamp.

Example:

"2025-07-15T10:20:30Z"

Response

200 - application/json

Cases successfully listed.

cases
object[]

List of active cases for the user.

cursor
string<date-time> | null

Cursor for fetching the next page (created time of the last case).

Example:

"2025-07-20T14:03:11Z"

moreCases
boolean

Indicates if more cases are available to fetch.

Example:

true