Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

start_date
string | null
required
end_date
string | null
required
user_uuid
string<uuid> | null
required

Restricts the result to cases created by this user. Non-admin members see the intersection with their visible scope; admins/support see all cases by this user.

location_uuid
string<uuid> | null
required

Restricts the result to cases at this location. For non-admin members the SQL intersects against their visible locations (no 403 if the requester can't actually see the location — the result is just empty).

authorization_layer_entity_uuid
string<uuid> | null
required

Restricts the result to cases at any location under this authorization layer entity's subtree. Strict subtree gate for non-admin members: the requester must manage the entity (or an ancestor), else 403.

include_all_orgs
boolean
required

Support-only escape hatch: when true, returns cases across all organizations. Cannot be combined with other scope filters.

Response

Cases retrieved

status
string
required
timestamp
string<date-time>
required
data
object[]
message
string | null
request_id
string | null