---
title: "Get all milestones for a case"
method: GET
path: "/CaseMilestones"
tags: ["CaseMilestones"]
---

# Get all milestones for a case

`GET /CaseMilestones`

## Query parameters

- `caseId` string

## Response `200`

OK

- CaseMilestoneResponseDto[]
  - `id` string
  - `caseId` string
  - `name` string
  - `status` integer
  - `type` integer
  - `completedAt` string, date-time, nullable
  - `orderIndex` union
    - integer
    - string, int32
  - `notes` string, nullable
  - `createdAt` string, date-time
  - `updatedAt` string, date-time

## Other responses

- `400` — Bad Request

---

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