Running tasks
Get Task Details
Retrieve details of a specific task.
GET
/
task
/
{id}
Path Parameters
id
string
requiredUUID of the task
Query Parameters
limit
integer
default: 10Maximum number of task steps to return
Response
200 - application/json
taskId
string
requiredgoal
string
requiredstartUrl
string
requiredrevision
string
requiredstatus
enum<string>
requiredAvailable options:
WAITING
, RUNNING
, COMPLETED
, FAILED
, CANCELLED
outputType
enum<string>
requiredAvailable options:
string
, list[string]
, url
, list[url]
output
required
errors
object[] | null
requiredsteps
object[]
required