Get v1cases
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
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.
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).
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.
Support-only escape hatch: when true, returns cases across all
organizations. Cannot be combined with other scope filters.