fetch
Retrieve a full project, board, or item by its ID or app URL path. Returns structured data—id, title, text, url, and metadata—with the record serialized as JSON for direct use.
Instructions
One project, board or item in full, by the id search returned (project:, board::, item:::) or by an app URL path. Returns { id, title, text, url, metadata } — the ChatGPT fetch contract; text is the record as JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | An id from search, or an app URL path such as /projects/…/boards/…/items/… | |
| organizationId | No | Only needed for project ids when the credential has no default organization; otherwise resolved automatically |