Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
查询任务的暂停 / 取消控制状态
GET http://localhost:8080/api/v1/tasks/{id}/control-state
X-API-Key: sk_test_123456
X-API-Key
traceparent
id
{ "is_paused": true, "is_cancelled": false, "paused_at": "2025-10-29T06:00:01Z", "pause_reason": "User requested pause", "paused_by": "user-123", "cancel_reason": "", "cancelled_by": "" }
paused_at
is_cancelled
{ "error": "Task not found" }
{ "error": "Unauthorized" }
{ "error": "Forbidden" }
此页面对您有帮助吗?