跳转到主要内容
GET /api/v1/cloud/memory_stores/{memory_store_id}/memories/{memory_id} 获取单条 memory,返回完整 content

路径参数

参数说明
memory_store_idMemory Store ID(memstore_...
memory_idMemory ID(mem_...

请求头

头部必选说明
AuthorizationBearer <PAT>

示例请求

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

响应

返回包含 contentMemory 对象

错误码

HTTPtype触发条件
404not_found_errorStore 或 memory 不存在
完整错误信封说明详见 错误参考