List Cases
List cases for the application, newest first. Supports filtering, search, and sorting; see query parameters. Paginated with limit/offset.
search across the subject, tags, case number, and linked session or transaction IDs.
Related
Authorizations
Path Parameters
Organization UUID.
Application UUID.
Query Parameters
Page size. Defaults to 50.
x >= 1Zero-based offset of the first record.
x >= 0Comma-separated statuses to include, e.g. OPEN,AWAITING_USER.
Comma-separated priorities to include.
Comma-separated sources to include.
Filter to cases on this blueprint.
Filter to cases assigned to this user.
true for unassigned cases, false for assigned cases.
Filter to cases carrying this exact tag.
Matches title, case_number, tag, subject name/UUID/external ID, linked session UUID, or linked transaction UUID.
Created-at lower bound (inclusive).
Created-at upper bound (inclusive).
due_at upper bound.
true to return only overdue open/awaiting-user cases.
Sort order. due_at sorts nulls last.
created_at, -created_at, due_at, -due_at Response
Paginated case list.