---
title: "Get case"
method: GET
path: "/cases/{caseId}"
tags: ["Case"]
---

# Get case

`GET /cases/{caseId}`

Returns a case with its basic information

## Path parameters

- `caseId` integer, required

## Response `200`

Success

- CaseOverviewDto
  - `id` integer
  - `name` string, nullable
  - `projectId` integer, nullable
  - `status` 0 | 1 | 2 | 3 | 4
  - `timeToComplete` string, date-time, nullable
  - `created` string, date-time
  - `type` 0 | 1 | 2 — Design = 0 Simulation = 1 StandardDesign = 2
  - `validationStatus` integer
  - `readyToSubmit` boolean
  - `createdBy` string, nullable
  - `executingJobId` integer, nullable
  - `isEstimationResultAvailable` boolean
  - `processingMethod` 0 | 1 | 2 — Correlation = 0 Cfd = 1 CfdReinforced = 2
  - `resolution` 0 | 1 | 2 — Conceptual = 0 Detailed = 1 Draft = 2
  - `submissionDate` string, date-time, nullable
  - `expectedStartDate` string, date-time, nullable
  - `queueItemId` integer, nullable

---

[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)
