Get Task
Get detailed task information including status, progress, steps, and file outputs.
Authentication
X-Browser-Use-API-Keystring
API Key authentication via header
Path Parameters
task_id
Response
Successful Response
id
Unique identifier for the task
sessionId
llm
The LLM model used for this task represented as a string
task
The task prompt/instruction given to the agent
status
Current status of the task execution
Allowed values:
createdAt
Naive UTC timestamp when the task was created
steps
outputFiles
startedAt
Naive UTC timestamp when the task was started (None if task has not started yet)
finishedAt
Naive UTC timestamp when the task completed (None if still running)
metadata
Optional additional metadata associated with the task set by the user
output
Final output/result of the task
browserUseVersion
Version of browser-use used for this task (older tasks may not have this set)
isSuccess
Whether the task was successful based on the agent’s self-reported output (less reliable than the judge)
judgement
Stringified JSON object containing the full report from the judge
judgeVerdict
Judge verdict - True if the judge found the task to be successful, False otherwise (None if judge is not enabled)