Skip to main content
GET
/
beta
/
guardian-ops
/
cases
/
{caseId}
cURL
curl --request GET \
  --url https://api.abusix.com/beta/guardian-ops/cases/{caseId} \
  --header 'Authorization: Bearer <token>'
{
  "created_at": "2023-11-07T05:31:56Z",
  "customer_id": "<string>",
  "event_count": 123,
  "first_event_date": "2023-11-07T05:31:56Z",
  "id": "<string>",
  "last_event_date": "2023-11-07T05:31:56Z",
  "state": "<string>",
  "tenant_id": "<string>",
  "assignee_user_id": "<string>",
  "contract_id": "<string>",
  "event_ips": [
    "<string>"
  ],
  "event_reporters": [
    "<string>"
  ],
  "event_tags": [
    "<string>"
  ],
  "event_types": [
    "<string>"
  ],
  "metadata": {},
  "playbook_id": "<string>",
  "playbook_step": "<string>",
  "playbook_version": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

caseId
string
required

Response

200 response

created_at
string<date-time>
required

Timestamp when the case was created

customer_id
string
required

Customer identifier

event_count
integer
required

Total number of events in this case

first_event_date
string<date-time>
required

Timestamp of the first event

id
string
required

Unique case identifier

last_event_date
string<date-time>
required

Timestamp of the most recent event

state
string
required

Current state of the case: NEW, IN_PROGRESS, RESOLVED, or CLOSED

tenant_id
string
required

Tenant identifier

assignee_user_id
string

User ID of the assigned user

contract_id
string

Contract identifier

event_ips
string[]

IP addresses associated with events

event_reporters
string[]

Email addresses of event reporters

event_tags
string[]

Tags associated with events

event_types
string[]

Types of events in this case

metadata
object

Additional case metadata

playbook_id
string

Associated playbook identifier

playbook_step
string

Current playbook step

playbook_version
integer

Playbook version number