Read one item from the user’s memory
fetchRetrieve the full contents of a single item from the user’s memory by its id. Ids come from search results. Use this when a search result looks relevant and you need the whole record rather than the excerpt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The id of an item, exactly as returned by `search`. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The id that was requested. | |
| url | Yes | Absolute link to this record on the user’s memory graph. | |
| text | Yes | The record’s full contents as plain text. May be empty if the record has none. | |
| title | Yes | Human-readable name of the record. | |
| metadata | Yes | Provenance, where known. Any key may be absent. |