Running tasks
List Tasks
List existing tasks for the authenticated user.
GET
/
tasks
Query Parameters
limit
integer
default: 10Maximum number of tasks to return
before
string
Only return tasks before this date
Response
200 - application/json
id
string
requiredstatus
enum<string>
requiredAvailable options:
WAITING
, RUNNING
, COMPLETED
, FAILED
, CANCELLED
createdAt
string
requiredgoal
string
requiredstartUrl
string
requiredoutputType
enum<string>
requiredAvailable options:
string
, list[string]
, url
, list[url]