Skip to main content
用户画像

列出画像模板

分页查询所有画像模板

GET
/profile_schemas
cURL
curl --request GET \
  --url 'https://dashscope.aliyuncs.com/api/v2/apps/memory/profile_schemas' \
  --header 'Authorization: Bearer <YOUR_API_KEY>'
分页查询当前用户的所有画像模板。

请求参数

参数类型必填说明
page_sizenumber每页数量
page_numnumber页码,从 1 开始

代码示例

cURL
curl -X GET "https://dashscope.aliyuncs.com/api/v2/apps/memory/profile_schemas?page_size=10&page_num=1" \
  --header "Authorization: Bearer $DASHSCOPE_API_KEY" \
  --header "Content-Type: application/json"
查看单个模板详情使用 GetProfileSchema

Authorizations

string
header
required

Query Parameters

integer

每页数量

integer

页码,从 1 开始

Response

200-成功

成功

Managed Agent API
Sandbox API
Flow Agent API
RAG API
Connector API
框架集成
  • 框架
Assistant API(下线中)
  • 概览