Skip to main content
GET
/
cases
/
{case_id}
Error
A valid request URL is required to generate request examples
{
  "case_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "threat_type": "data_exfiltration",
  "threat_brief": "<string>",
  "case_state": "discover",
  "safe_count": 123,
  "investigate_count": 123,
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "closed_at": "2023-11-07T05:31:56Z",
  "user": {
    "name": "<string>",
    "email": "<string>"
  }
}

Authorizations

X-API-Key
string
header
required

Domain-scoped API key. Generate and manage keys from the API Keys page in Settings. Pass via the X-API-Key header.

Path Parameters

case_id
string<uuid>
required

Response

Case detail

case_id
string<uuid>
threat_type
enum<string> | null

Threat classification assigned to a case

Available options:
data_exfiltration,
insider_threat,
privilege_escalation,
policy_violation,
account_compromise,
sabotage,
financial_fraud
threat_brief
string | null
case_state
enum<string>

Lifecycle state of a case:

  • discover — Vetted by the AI judge, ready for triage
  • pending_investigation — Swiped; investigation pending
  • investigating — Investigation underway
  • enforced — An enforcement action has been taken
  • closed — Case closed
Available options:
discover,
pending_investigation,
investigating,
enforced,
closed
safe_count
integer
investigate_count
integer
created_at
string<date-time> | null
updated_at
string<date-time> | null
closed_at
string<date-time> | null
user
object