retrieve_milestone
Retrieve a milestone by its UUID from a specific project. Provide the project and milestone IDs to get milestone details.
Instructions
Retrieve a milestone by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | UUID of the project | |
| milestone_id | Yes | UUID of the milestone |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| title | Yes | ||
| target_date | No | ||
| external_source | No | ||
| external_id | No | ||
| created_at | No | ||
| updated_at | No |