linear_getMilestoneById
Retrieve detailed information about a specific project milestone 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 |