---
title: "Get Job Milestone History"
method: GET
path: "/jobs/{jobId}/milestone-history"
tags: ["jobs"]
---

# Get Job Milestone History

`GET /jobs/{jobId}/milestone-history`

Get milestone history for the specified Job.

## Path parameters

- `jobId` string, uuid, required

## Response `200`

OK

- MilestoneCollection
  - `items` Milestone[]
    - `name` string — The name of the milestone.
    - `date` string — Date and time the job was set to this milestone represented in UTC.

## Other responses

- `404` — Job ID was not found.

---

[API](https://skmtc.net/acculynx/apis/acculynx-api-v2.md) · [All operations](https://skmtc.net/acculynx/apis/acculynx-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/acculynx/acculynx-api-v2/revisions/3a9e3886e400/schema)
