GET /api/v1/cloud/memory_stores/{memory_store_id}/memories/{memory_id}
Retrieves a single memory entry with full content.
Path parameters
Headers
Example request
Response
Returns the Memory object withcontent included.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Retrieve a memory entry including its content.
GET /api/v1/cloud/memory_stores/{memory_store_id}/memories/{memory_id}
Retrieves a single memory entry with full content.
| Parameter | Description |
|---|---|
memory_store_id | The store ID (memstore_...) |
memory_id | The memory ID (mem_...) |
| Header | Required | Description |
|---|---|---|
Authorization | Yes | Bearer <PAT> |
curl "https://api.qoder.com/api/v1/cloud/memory_stores/memstore_xxx/memories/mem_xxx" \
-H "Authorization: Bearer $QODER_PAT"
content included.
| HTTP | Type | Trigger |
|---|---|---|
| 404 | not_found_error | Store or memory does not exist |