get_track
Retrieve a track instance by its ID to view its description, date, direction, and attached tasks. Use this when you need the minimal Capsule track data without entity or completion details.
Instructions
Fetch a single track instance by id. Returns the minimal Capsule projection: id, description, trackDateOn, direction, and the array of tasks attached to the track. Capsule's GET /tracks/{id} does NOT include a trackDefinition link, an entity reference, or a completion field — to find the entity a track is applied to, use list_entity_tracks (which lists track instances by their parent entity); to check completion, the track-tasks' own statuses are the proxy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |