Skip to main content
GET
List cases

Authorizations

Authorization
string
header
required

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

Query Parameters

cursor
string

Opaque list Cursor from a previous links.next.cursor (API-0013)

limit
integer

Page-size hint for the first page (1–250). Frozen into the Cursor for the rest of the scroll; ignored when cursor is present.

Required range: x <= 250
expand

Repeated field names on the list item to expand. Allowlisted: none. Unknown names are invalid.

state
enum<string>

Filter to open or closed Cases

Available options:
open,
closed
Example:

"open"

quoteId
string

Restrict the list to Cases on this Quote

Pattern: ^qot_[0-9A-HJKMNP-TV-Z]{26}$
Example:

"qot_01ARZ3NDEKTSV4RRFFQ69G5AV"

updatedSince
string<date-time>

Return Cases whose updatedAt is at or after this instant (incremental sync)

Example:

"2026-08-16T00:00:00.000Z"

Response

Cases listed successfully

Paginated list of cases (house List envelope)

data
object[]
required

Quote support Case. Conversation lives on /messages; this resource is metadata and lifecycle only.

hasMore
boolean
required

True when another page exists; always equals links.next != null