Fetch document
fetchRetrieve the full text of a tela page by its page ID, obtained from search results, for Deep Research tasks.
Instructions
Fetch a tela page's full text by id — the fixed-shape ChatGPT Deep Research companion to search (the id comes from a search result). Read-only. Prefer get_page for normal use (same body plus richer metadata and trust signals); reach for fetch only when the Deep Research search/fetch contract requires it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | page id, as returned by search results |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| url | Yes | ||
| text | Yes | ||
| title | Yes | ||
| metadata | Yes |