Skip to main content
GET
Error

Authorizations

fastapiusersauth
string
cookie
required

Path Parameters

workspace_id
string<uuid>
required

Query Parameters

limit
integer
default:20

Maximum items per page

Required range: 1 <= x <= 200
cursor
string | null

Cursor for pagination

reverse
boolean
default:false

Reverse pagination direction

order_by
enum<string> | null

Column name to order by (e.g. created_at, updated_at, priority, severity, status, tasks). Default: created_at

Available options:
created_at,
updated_at,
priority,
severity,
status,
tasks
sort
enum<string> | null

Direction to sort (asc or desc)

Available options:
asc,
desc
include_rows
boolean
default:false

Include linked table rows

field_ids
string[] | null

Include only the requested custom field IDs

include_durations
boolean
default:false

Include case duration values

include_payload
boolean
default:false

Include case payload

Response

Successful Response

items
CaseReadMinimal · object[]
required
next_cursor
string | null

Cursor for next page

prev_cursor
string | null

Cursor for previous page

has_more
boolean
default:false

Whether more items exist

has_previous
boolean
default:false

Whether previous items exist

total_estimate
integer | null

Estimated total count from table statistics