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

# Get a milestone by its ID

`GET /milestones/{id}`

Returns a single milestone by ID.

**Rate limit:** 60 requests per minute

## Path parameters

- `id` string, required

## Response `200`

- GetMilestoneResponseBody
  - `data` Milestone
    - `account` MiniAccount
      - `external_ids` ExternalID[] — External IDs associated with the account.
        - `external_id` string — The external ID. Must be unique per object type (ex. account).
        - `label` string — The label of the external ID. Must be unique per object.
      - `id` string — The ID of the account.
    - `created_at` string
    - `due_date` string
    - `id` string
    - `name` string
    - `project` MiniProject
      - `id` string — The ID of the project.
    - `updated_at` string
  - `request_id` string — The request ID for tracking.

## Other responses

- `400` — The request was invalid or could not be completed.
- `404`
- `500` — An unexpected internal error occurred.

---

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