cURL
curl --request GET \ --url https://api.example.com/api/tasks/{task_id}/runs
[ { "id": 123, "description": "<string>", "is_done": true, "is_successful": true } ]
Get all runs for a specific task (lightweight version)
Successful Response
Task run ID
Task run description (prompt)
Whether the task run is completed
Whether the task run was successful