Skip to main content
GET /api/v1/cloud/memory_stores/{memory_store_id}/memories/{memory_id} Retrieves a single memory entry with full content.

Path parameters

ParameterDescription
memory_store_idThe store ID (memstore_...)
memory_idThe memory ID (mem_...)

Headers

HeaderRequiredDescription
AuthorizationYesBearer <PAT>

Example request

curl "https://api.qoder.com/api/v1/cloud/memory_stores/memstore_xxx/memories/mem_xxx" \
  -H "Authorization: Bearer $QODER_PAT"

Response

Returns the Memory object with content included.

Errors

HTTPTypeTrigger
404not_found_errorStore or memory does not exist