show_track
Fetch a track by ID, returning its description, date, direction, and attached tasks.
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 |
|---|---|---|---|
| trackId | No |