fetch
Retrieve a complete project, board, or item by its search id or app URL path. Returns a structured record with id, title, text, url, and metadata as JSON.
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 |