Skip to main content
GET
List cases

Authorizations

Authorization
string
header
required

Enter your API key in the format: sk_test_xxxxx or sk_live_xxxxx

Query Parameters

parent_type
enum<string>
Available options:
filing,
verification,
business,
session
parent_id
string

Filter by parent resource ID

status
enum<string>
Available options:
needs_response,
under_review,
resolved,
superseded
kind
enum<string>
Available options:
missing_information,
ra_termination
limit
string

Max items (default 10, max 100)

cursor
string

Pagination cursor

Response

200 - application/json

Paginated list of cases

object
enum<string>
required

Object type identifier, always "list"

Available options:
list
Example:

"list"

has_more
boolean
required

Whether there are more results available

Example:

true

next_cursor
string | null
required

Cursor for the next page of results. Only present when has_more is true.

Example:

"crs_7g8h9i0j1k2l3m4n"

data
object[]
required

Array of resources for the current page