GET
/
task
/
{id}
{
  "taskId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "goal": "<string>",
  "startUrl": "<string>",
  "revision": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "status": "WAITING",
  "outputType": "string",
  "output": "<string>",
  "errors": [
    {
      "message": "<string>"
    }
  ],
  "steps": [
    {
      "at": "2023-11-07T05:31:56Z",
      "url": "<string>",
      "screenshot": "<string>",
      "action": {}
    }
  ],
  "country": "<string>",
  "evalIds": [
    "<string>"
  ],
  "interactionMode": "default"
}

Path Parameters

id
string
required

UUID of the task

Query Parameters

limit
integer
default:16

Maximum number of task steps to return

Response

200
application/json
Successful Response

The response is of type object.