> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Cases

List all the cases with their metadata.

**Note**: The response contains additional case configuration properties that are not listed in the example output.

## Example Output

```json theme={"dark"}
[
	{
		"id": 1,
		"name": "ct_1",
		"description": "",
		"casePath": "\\\\<file-server>\\Projects\\ct_1",
		"active": true,
		"isDeleted": false,
		"createdDate": "2026-05-27T13:07:17.5",
		"caseUUID": "7b5cfc14-6f5a-4b88-b6f9-e88d79744fef",
		"creatorId": 1000,
		"dbServerID": 2,
		"processingStatus": 1,
		"size": 486214027,
		"createdByUserName": "Administrator",
		"lastModifiedDate": "2026-05-27T13:07:16.203"
	}
]
```

## Workflow Library Example

[List Cases with Exterro Ftk Central and Send Results Via Email](https://library.blinkops.com/workflows/list-cases-with-exterro-ftk-central-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/list-cases-with-exterro-ftk-central-and-send-results-via-email/canvas" />
</div>
