查询 Agent 状态
实时智能体
查询Agent状态
查询指定房间内语音Agent的运行状态,用于了解当前会话是否活跃,便于进行异常处理和资源管理。
GET
查询 Agent 状态
Documentation Index
Fetch the complete documentation index at: https://docs.senseaudio.cn/llms.txt
Use this file to discover all available pages before exploring further.
授权
格式:Bearer <API_KEY>
请求头
内容类型。固定为 application/json
示例:
"application/json"
查询参数
房间 ID,从「创建对话式 Agent」接口返回值中获取
示例:
"lO81loRAfmUMFIwY"
响应
成功响应
Agent 状态。RUNNING: 运行中;STOPPED: 已停止
可用选项:
RUNNING, STOPPED 示例:
"RUNNING"