GET /api/v1/cloud/memory_stores/{memory_store_id}/memories/{memory_id}
Retrieves a single memory entry with full content.
Path parameters
| Parameter | Description |
|---|---|
memory_store_id | The store ID (memstore_...) |
memory_id | The memory ID (mem_...) |
Headers
| Header | Required | Description |
|---|---|---|
Authorization | Yes | Bearer <PAT> |
Example request
Response
Returns the Memory object withcontent included.
Errors
| HTTP | Type | Trigger |
|---|---|---|
| 404 | not_found_error | Store or memory does not exist |