Retrieve a list of cases belonging to the authenticated user, with optional exact-match label lookup.
label query parameter to fetch the case (or cases) whose label matches exactly. The match is case-sensitive and applies to the same access scope as the unfiltered list: you see only your own cases unless your organisation has shared cases enabled, in which case you see any matching case in the organisation.
GET /cases for dashboards and case selection.GET /cases/{id} when you need file-level information.GET /cases?label=... when you have an external reference (claim number, policy ID) and want to find or create a case by that identifier without paginating.GET /search instead. ?label= on this endpoint is exact-match only.file_analysis_status for processing updates.Maximum number of cases to return
1 <= x <= 100Number of cases to skip for pagination
0 <= x <= 9007199254740991Filter cases to those whose label matches this value exactly (case-sensitive). Returns 0 or 1 case for personal-cases users, or up to N cases in shared-cases orgs where multiple members may share a label. Use this for idempotent lookups (e.g. checking whether a case already exists for an external reference).
1 - 255