Get Task
Returns comprehensive information about a task, including its current status, steps completed, output (if finished), and other metadata.
Path parameters
task_id
Headers
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Response
Successful Response
id
task
output
status
Enumeration of possible task states.
- created: Task is initialized but not yet started
- running: Task is currently executing
- finished: Task has completed successfully
- stopped: Task was manually stopped
- paused: Task execution is temporarily paused
- failed: Task encountered an error and could not complete
created_at
steps
live_url
finished_at
browser_data
cookies: List of cookies from the browser session
This field is only available if save_browser_data is set to True in the request.
user_uploaded_files
output_files
metadata