read_get
Fetch a specific work item by ID from any Targetprocess resource. Returns fields and related data. Use for reading entities where read_card isn't suitable.
Instructions
GET one entity of any resource by id (layer 1). Inner collections in include return up to 1000 items. Prefer read_card for cards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| append | No | Calculated values, e.g. [Tasks-Count,Bugs-Count] | |
| exclude | No | Fields to omit | |
| include | No | Fields to return, e.g. [Id,Name,Project[Name],Tasks[Id,Name]] | |
| resource | Yes | Resource name (UserStory) or plural path (UserStories); see read_meta |