Fetch Memory
fetchRetrieve a stored memory by its unique ID. Returns title, text, URL, and provenance data, or a not-found response for invalid IDs.
Instructions
Fetch one memory by id; returns {id,title,text,url} full content, plus provenance fields ("source", "kind", "doc_type") when the row carries them — generated content classes (e.g. rollup/capture) are identifiable via source/kind. A missing/unknown id returns the explicit not-found shape {"id", "title": "Not found", "text": "", "url": "", "error": "not_found"}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | fact_id from search/recall results | |
| scope | No | Project scope id (default 'default') | default |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||