---
title: "List all cases"
method: GET
path: "/organizations/{organizationId}/cases"
tags: ["Case"]
---

# List all cases

`GET /organizations/{organizationId}/cases`

Returns a collection of cases for a given organization

## Path parameters

- `organizationId` integer, required

## Query parameters

- `Name` string
- `Creator` string
- `Status` CaseStatus[] — Created = 0 Running = 1 Finished = 2 Stalled = 3 Queued = 4
- `SortField.Name` string
- `SortField.Order` 0 | 1 — Asc = 0 Desc = 1
- `PageNumber` integer
- `PageSize` integer

## Response `200`

Success

- CaseHistoryDtoPageResult
  - `items` CaseHistoryDto[], nullable
    - `id` integer
    - `name` string, nullable
    - `projectId` integer, nullable
    - `status` 0 | 1 | 2 | 3 | 4
    - `created` string, date-time
    - `submissionDate` string, date-time, nullable
    - `projectName` string, nullable
    - `submittedBy` string, nullable
    - `createdBy` string, nullable
    - `submissionMethod` 0 | 1 | 2 — Correlation = 0 Cfd = 1 CfdReinforced = 2
  - `pageNumber` integer
  - `pageSize` integer
  - `totalItems` integer
  - `totalPages` integer

---

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