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
id
string
required
status
enum<string>
required
Available options:
WAITING,
RUNNING,
COMPLETED,
FAILED,
CANCELLED
createdAt
string
required
goal
string
required
startUrl
string
required
outputType
enum<string>
required
Available options:
string,
url,
list[url]