retrieve_milestone
Fetch a milestone by its ID from a specified project.
Instructions
Retrieve a milestone by ID.
Args: project_id: UUID of the project milestone_id: UUID of the milestone
Returns: Milestone object
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| milestone_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| title | Yes | ||
| created_at | No | ||
| updated_at | No | ||
| external_id | No | ||
| target_date | No | ||
| external_source | No |