Skip to content

List cases

GET
/api/cases

List cases for the account, newest first. Filter by workspace, status, contact, or account.

workspaceId
string format: uuid
status
string
Allowed values: open resolved closed
contactId
string format: uuid
accountId
string format: uuid

Cases matching the filters.

Array<object>
object
id
string format: uuid
workspaceId
string format: uuid
contactId
string format: uuid
accountId
string | null format: uuid
caseType
string
status

Open, resolved, or closed.

string
outcome
string | null
businessValue
string | null
businessValueCurrency
string | null
artifactKey
string | null
artifactValue
string | null
workflowId
string | null
parentCaseId
string | null format: uuid
contactName
string | null
accountName
string | null
openedAt
string format: date-time
resolvedAt
string | null format: date-time
closedAt
string | null format: date-time
createdAt
string format: date-time
updatedAt
string format: date-time