跳转到主要内容
GET
/
api
/
v1
/
agents
/
{agentId}
根据 ID 获取智能体详情。
curl --request GET \
  --url https://openapi.beeos.ai/api/v1/agents/{agentId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "id": "<string>",
    "instanceId": "<string>",
    "name": "<string>",
    "status": "<string>",
    "mcpEnabled": true,
    "visibility": "private",
    "description": "<string>",
    "displayName": "<string>",
    "slug": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z"
  }
}

授权

Authorization
string
header
必填

通过 Authorization: Bearer <token> 头传递用户 JWToag_ 用户 API Key。

路径参数

agentId
string
必填
Maximum string length: 128

响应

200 - application/json

智能体详情。

success
boolean
必填
data
object
必填