show_track
Retrieve a single track instance by ID, returning its id, description, date, direction, and linked 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 |