ID で単一の Memory Store を取得します。
GET /api/v1/cloud/memory_stores/{memory_store_id}
ヘッダー
| ヘッダー | 必須 | 説明 |
|---|---|---|
Authorization | はい | Bearer <PAT または SAT> |
パスパラメータ
| パラメータ | 説明 |
|---|---|
memory_store_id | ストア ID(memstore_...) |
Documentation Index
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 または SAT> |
| パラメータ | 説明 |
|---|---|
memory_store_id | ストア ID(memstore_...) |
curl "https://api.qoder.com/api/v1/cloud/memory_stores/memstore_019e5cdb9c3f71c3b6505eba937a40b4" \
-H "Authorization: Bearer $QODER_ACCESS_TOKEN"