---
title: "Get a single milestone by ID"
method: GET
path: "/JourneyMilestones/{id}"
tags: ["JourneyMilestones"]
---

# Get a single milestone by ID

`GET /JourneyMilestones/{id}`

## Path parameters

- `id` string, required

## Response `200`

OK

- JourneyMilestoneResponseDto — Response DTO for journey milestone
  - `id` string
  - `appointmentId` string
  - `name` string
  - `status` integer
  - `type` integer
  - `startedAt` string, date-time, nullable
  - `completedAt` string, date-time, nullable
  - `orderIndex` union
    - integer
    - string, int32
  - `notes` string, nullable
  - `sourceTemplateId` string, nullable
  - `estimatedDurationMinutes` union
    - integer
    - string, int32
  - `actualDurationMinutes` union
    - integer
    - string, int32
  - `createdAt` string, date-time
  - `updatedAt` string, date-time

## Other responses

- `404` — Not Found

---

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