Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
根据 ID 获取单个 Memory Store。
GET /api/v1/cloud/memory_stores/{memory_store_id}
Authorization
Bearer <PAT>
memory_store_id
memstore_
curl -X GET "https://api.qoder.com/api/v1/cloud/memory_stores/memstore_019e3bb8d50674d9b082b73709c29c87" \ -H "Authorization: Bearer $QODER_PAT"
{ "id": "memstore_019e3bb8d50674d9b082b73709c29c87", "created_at": "2026-05-18T15:33:49.449Z", "name": "doc-test-store", "type": "memory_store", "updated_at": "2026-05-18T15:33:49.449Z", "archived_at": null, "description": "测试用", "metadata": {}, "status": "active", "entry_count": 0, "total_size": 0 }
authentication_error
not_found_error