retrieve_memory
Retrieve a stored memory by agent ID and key. Returns 404 and refunds the credit if the memory does not exist.
Instructions
Retrieve a stored memory by agent ID and key. Returns 404 (and refunds the credit) if the memory does not exist. Costs 1 credit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | The agent identifier. | |
| key | Yes | The memory label to retrieve. |