Returns comprehensive information about a task, including:
statussteps)If you only need the current status, use GET /v2/workflow/get-task-status.
Send your API key in the Authorization header as Bearer <API_KEY>.
Task ID returned by run-task or run-task-by-template.
1OK
Full task details, including step-level progress and outputs (when available).
Task ID
Current task status.
created: Task is created but not yet runningrunning: Task is currently executingfinished: Task completed successfullycanceled: Task was canceled (e.g., via Stop Task)pausing: Task is transitioning into paused statepaused: Task is paused and can be resumedfailed: Task ended with an errorunknown: Unknown or unsupported statuscreated, running, finished, canceled, pausing, paused, failed, unknown Steps executed within the task.
Task creation time
Workflow ID
Present only when the task has ended.
Present only when the task is running.
Deprecated. Use live_url_info.live_url instead.
Browser profile ID for reusing browser data.
Task finish time (if ended)
Failure details. Present only when the task status is failed.
Credits consumed by this task.
Files generated by the task (if any).
Expiration timestamp for download files.
Input parameters used for this run, as key=value pairs.
URL to detailed execution logs for this task.