GET
/
tasks

Query Parameters

limit
integer
default: 10

Maximum number of tasks to return

before
string

Only return tasks before this date

Response

200 - application/json
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,
list[string],
url,
list[url]