Retrieves a single execution result by its ID. This endpoint is useful for polling
execution status in async mode or retrieving detailed execution information.
GET
/
v1
/
task
/
{taskId}
/
executions
/
{executionId}
Get Task Execution Result
Copy
Ask AI
curl --request GET \ --url https://api.anchorbrowser.io/v1/task/{taskId}/executions/{executionId} \ --header 'anchor-api-key: <api-key>'