v1

latestOpenAPI 3.0.02026-07-17112116167.8 KB
Agent

Get a task by ID (proxy_token auth)

get/api/agent/tasks/{id}

Path parameters

idstring required

Task ID

Response

OK

completed_atstring nullable
created_atstring required
failure_reasonstring nullable
num_turnsinteger
promptstring required
requester_idstring
{"stackTrail":"components:schemas:AgentTaskDetail:properties:result","oasType":"schema","type":"unknown","nullable":true}
session_idstring nullable
skillstring nullable
statusstring required
target_idstring required
task_idstring required
total_cost_usdnumber nullable
workspace_idstring required

Example response

{
  "status": "pending"
}