メインコンテンツへスキップ
GET /api/v1/cloud/memory_stores/{memory_store_id}/memories/{memory_id} 完全な content を含む単一の Memory エントリを取得します。

パスパラメータ

パラメータ説明
memory_store_idストア ID(memstore_...
memory_idMemory ID(mem_...

ヘッダー

ヘッダー必須説明
AuthorizationはいBearer <PAT>

リクエスト例

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

レスポンス

content を含む Memory オブジェクトを返します。

エラー

HTTPTypeトリガー
404not_found_errorストアまたは Memory が存在しない