---
title: "GET /beta/guardian-ops/cases/{caseId}"
method: GET
path: "/beta/guardian-ops/cases/{caseId}"
---

# GET /beta/guardian-ops/cases/{caseId}

`GET /beta/guardian-ops/cases/{caseId}`

## Path parameters

- `caseId` string, required

## Response `200`

200 response

- PublicCaseDetail
  - `assignee_user_id` string — User ID of the assigned user
  - `contract_id` string — Contract identifier
  - `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
  - `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
  - `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
  - `metadata` object — Additional case metadata
  - `playbook_id` string — Associated playbook identifier
  - `playbook_step` string — Current playbook step
  - `playbook_version` integer — Playbook version number
  - `state` string, required — Current state of the case: NEW, IN_PROGRESS, RESOLVED, or CLOSED
  - `tenant_id` string, required — Tenant identifier

## Other responses

- `400` — 400 response
- `401` — 401 response
- `404` — 404 response

---

[API](https://skmtc.net/abusix/apis/abusix-api.md) · [All operations](https://skmtc.net/abusix/apis/abusix-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/abusix/abusix-api/versions/ace2f63e4853/schema)
