v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1462502349.5 KB

Update an existing backlog task.

patch/backlog/agent-space/{agentSpaceId}/tasks/{taskId}

Path parameters

agentSpaceIdstring required

Unique identifier for an agent space (allows alphanumeric characters and hyphens; 1-64 characters)

The unique identifier for the agent space containing the task

taskIdstring required

Generic resource identifier (allows alphanumeric characters, hyphens, and underscores; 1-128 characters)

The unique identifier of the task to update

Request body

taskStatus'PENDING_TRIAGE' | 'LINKED' | 'PENDING_START' | 'IN_PROGRESS' | 'PENDING_CUSTOMER_APPROVAL' | 'COMPLETED' | 'FAILED' | 'TIMED_OUT' | 'CANCELED' | 'SKIPPED'

Possible states of a task throughout its lifecycle

clientTokenstring

Client-provided token for idempotent operations

Response

Success