Get comprehensive information about a task
Returns comprehensive information about a task, including its current status, steps completed, output, and other metadata.
ID of the task to retrieve
The unique identifier for the task
The original task instructions
The final output or result from the task (if completed)
Enumeration of possible task states.
Available options: created
, running
, finished
, stopped
, paused
, failed
ISO 8601 timestamp of when the task was created
List of task steps with execution details
URL to view live task execution. To preview the url you can directly integrate it in <iframe>
tag. For example:
<iframe src={live_url} width="600" height="450"></iframe>
Which will display the task execution and allows you to control the agent live. It is pure VNC implementation.
ISO 8601 timestamp of when the task finished (if completed)
Browser session data (if save_browser_data was enabled)
This field is only available if save_browser_data is set to True in the request.
List of files uploaded by the user for this task
List of files generated during task execution
Public URL for sharing the task (if public sharing was enabled)