linear_getMilestoneById
Retrieve a specific project milestone's details from Linear by providing its ID.
Instructions
Get details of a specific project milestone by ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the milestone to retrieve |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | No | ||
| status | No | ||
| project | No | ||
| progress | No | ||
| createdAt | No | ||
| sortOrder | No | ||
| updatedAt | No | ||
| archivedAt | No | ||
| targetDate | No | ||
| description | No |