Task Summary
GET/workstations/:workstation_id/browser-use/v1/task/:task_id/summary
Get a detailed execution summary of a browser-use task. Returns a formatted text summary of the task execution including step-by-step information, actions performed, URLs visited, execution time, final result, and any errors encountered.
This is useful for debugging or auditing task execution.
Request
Responses
- 200
- 400
- 401
- 402
- 404
- 429
- 500
- 503
Task summary retrieved successfully
Invalid Request Format - check API documentation for proper syntax.
Unauthorized - missing or invalid API key.
Payment Required - you have run out of trial credits or your payment method has expired. Please add payment details to your account.
Not Found - the requested resource does not exist.
Too Many Requests - you have exceeded the rate limit for your account. Please wait before making additional requests.
Internal Server Error - please retry your request.
Service Unavailable - our servers have dropped the request due to high load - please retry.