List cases
GET /api/cases
GET
/api/cases
List cases for the account, newest first. Filter by workspace, status, contact, or account.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” workspaceId
string format: uuid
status
string
contactId
string format: uuid
accountId
string format: uuid
Responses
Section titled “ Responses ”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