Retrieves a single execution result by its ID. This endpoint is useful for polling
execution status in async mode or retrieving detailed execution information.
If you are using the new Task Builder, see the Tasks V2 endpoints in this API reference.
GET
/
v1
/
task
/
{taskId}
/
executions
/
{executionId}
Get Task Execution Result (Legacy)
Copy
Ask AI
curl --request GET \ --url https://api.anchorbrowser.io/v1/task/{taskId}/executions/{executionId} \ --header 'anchor-api-key: <api-key>'