fetch-object
Retrieve full details of a specific task, project, comment, section, or goal by providing its unique ID.
Instructions
Fetch a single task, project, comment, section, or goal by its ID. Use this when you have a specific object ID and want to retrieve its full details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The unique ID of the object to fetch. | |
| type | Yes | The type of object to fetch. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the fetched object. | |
| type | Yes | The type of object fetched. | |
| object | Yes | The fetched object data. |