> For the complete documentation index, see [llms.txt](https://docs.monolithforensics.com/monolith/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.monolithforensics.com/monolith/monolith-api/cases-api/get-cases.md).

# Get Cases

## Get Cases

<mark style="color:blue;">`GET`</mark> `/api/v1/cases/:uuid?`

Retrieve a list of cases from your Monolith database.

#### Path Parameters

| Name | Type   | Description                                   |
| ---- | ------ | --------------------------------------------- |
| uuid | String | Unique value that identifies a specific case. |

#### Query Parameters

| Name | Type   | Description                                                                                                      |
| ---- | ------ | ---------------------------------------------------------------------------------------------------------------- |
| uuid | String | Unique value that identifies a specific case. This value will take precedence over the UUID URL param if passed. |
