---
title: "已发布智能体列表"
method: POST
path: "/v3/published/agent"
tags: ["已发布"]
---

# 已发布智能体列表

`POST /v3/published/agent`

获取已发布的智能体列表，支持分页和筛选

## Request body

- PubedreqPubedAgentListReq
  - `agent_keys` string[] — 根据智能体标识查询
  - `business_domain_ids` string[] — 业务域ID数组；当未禁用业务域时，如果不传会使用 header 中的 "x-business-domain"，若该 header 也未传则默认使用“公共业务域”过滤
  - `category_id` string — 分类ID
  - `custom_space_id` string — 自定义空间ID
  - `exclude_agent_keys` string[] — 排除智能体标识
  - `ids` string[] — 根据ID查询
  - `is_to_custom_space` integer — 获取发布到自定义空间的智能体
  - `is_to_square` integer — 获取发布到广场的智能体
  - `name` string — 根据名称模糊查询
  - `pagination_marker_str` string — 上一次查询的最后一条记录对应的pagination_marker_str
  - `publish_to_be` 'api_agent' | 'web_sdk_agent' | 'skill_agent' | 'data_flow_agent'
  - `size` integer — 每页显示数量

## Response `200`

成功

- string

## Other responses

- `400` — 请求参数错误
- `401` — 未授权
- `403` — 禁止访问
- `500` — 服务器内部错误

---

[API](https://skmtc.net/kweaver-ai/apis/agent-factory-api.md) · [All operations](https://skmtc.net/kweaver-ai/apis/agent-factory-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kweaver-ai/agent-factory-api/versions/94c8acc695b9/schema)
