Skip to main content
GET
Get case detail (comments + evidence summary)

Authorizations

X-API-KEY
string
header
required

Authorization method required to allow user to access the api endpoints.

Path Parameters

id
string
required

The case id (uuid).

Response

200 - application/json
id
string
required
workspace_id
string
required
title
string
required
status
enum<string>
required
Available options:
open,
in_review,
resolved
severity
enum<string>
required
Available options:
severe,
high,
medium,
low
source_type
enum<string>
required
Available options:
risk_screen,
sanctions_screen,
alert_event,
manual
subject
object
required
created_at
string
required
updated_at
string
required
viewed
boolean
required

Whether the calling user has opened this case before.

comments
object[]
required
resolution
enum<string> | null
Available options:
dismissed,
escalated
source_id
string | null
assignee
string | null
created_by
string | null
resolved_at
string | null
evidence_summary
object | null
Last modified on August 5, 2026