归档会话;若当前正在运行,则将其休眠
ManageOrgSessions 权限的服务用户。
服务用户凭据(前缀:cog_)
成功响应
new, claimed, running, exit, error, suspended, resuming 对会话当前状态的补充说明。
当 status 为 running 时,detail 可能为:
working:正在执行任务;waiting_for_user:等待用户输入;waiting_for_approval:在安全模式下等待操作审批;finished:任务已完成。当 status 为 suspended 时,detail 表示挂起原因,例如:
inactivity:长时间无操作;user_request:用户请求挂起;usage_limit_exceeded:超出使用上限;out_of_credits:余额/额度已用尽;payment_declined:付款被拒;org_usage_limit_exceeded:组织使用配额超限;error:发生错误。该字段仅会在 GET /list 类型的端点中返回。
working, waiting_for_user, waiting_for_approval, finished, inactivity, user_request, usage_limit_exceeded, out_of_credits, payment_declined, org_usage_limit_exceeded, error 来自会话的已验证结构化输出。仅在 GET/LIST 端点中返回。