Skip to main content
Memory Store

列出 Memory Store

分页列出记忆库

GET
/api/v1/agentstudio/memory_stores
cURL
curl --request GET \
  --url 'https://{workspace_id}.{region}.maas.aliyuncs.com/api/v1/agentstudio/memory_stores' \
  --header 'Authorization: Bearer <YOUR_API_KEY>'
{
  "data": [
    {
      "id": "memstore_xxx",
      "type": "memory_store",
      "name": "项目知识库",
      "description": "项目约定、决策记录与排查笔记",
      "metadata": {
        "team": "data"
      },
      "created_at": "2026-09-17T08:00:00Z",
      "updated_at": "2026-09-17T08:00:00Z"
    }
  ],
  "next_page": null
}

Authorizations

string
header
required

DashScope API Key

Query Parameters

boolean

默认 false 只返回未归档;true 同时返回未归档与已归档

integer

单页条数,1-100,默认 20

string

分页游标。首次不传,后续传上一次响应的 next_page 翻下一页

Response

200-application/json
object[]

记忆库数组

string | null

下一页游标;响应不含该字段或为 null 时表示末页

Sandbox API
Token Plan API
Security API
记忆库 API
Flow Agent API
RAG API
Connector API
ParseX API
框架集成
  • 框架
Assistant API(下线中)
  • 概览