GET
/
tasks
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "status": "WAITING",
    "createdAt": "2023-11-07T05:31:56Z",
    "goal": "<string>",
    "startUrl": "<string>",
    "outputType": "string"
  }
]

Query Parameters

limit
integer
default:10

Maximum number of tasks to return

before
string

Only return tasks before this date

Response

200
application/json

Successful Response

The response is of type object[].