---
title: "Get a case by a uniquely defined case token"
method: GET
path: "/cases/{case_token}"
tags: ["Cases"]
deprecated: true
---

# Get a case by a uniquely defined case token

`GET /cases/{case_token}`

> **Deprecated.**

<Callout type="warning" title="Deprecated Warning">
  This endpoint is deprecated in favor of using Investigations.
</Callout>

Retrieves a single case uniquely defined by a case token. Case tokens are alphanumeric characters that start with a prefix "C-".

## Path parameters

- `case_token` string, required

## Response `200`

Case

- Embedded — unresolved $ref

---

[API](https://skmtc.dev/alloy/apis/alloy-api.md) · [All operations](https://skmtc.dev/alloy/apis/alloy-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/alloy/alloy-api/revisions/405799de4d2a/schema)
