---
title: "Get Task Execution Result"
method: GET
path: "/v1/task/{taskId}/executions/{executionId}"
tags: ["Tasks"]
---

# Get Task Execution Result

`GET /v1/task/{taskId}/executions/{executionId}`

Retrieves a single execution result by its ID. This endpoint is useful for polling
execution status in async mode or retrieving detailed execution information.

## Path parameters

- `taskId` string, uuid, required
- `executionId` string, uuid, required

## Response `200`

Execution result retrieved successfully

- TaskExecutionResultResponse — unresolved $ref

## Other responses

- `404` — Task or execution result not found
- `500` — Failed to retrieve execution result

## Changes

- **2026-01-15** `c39af811461a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/anchorbrowser/apis/anchorbrowser-api/changes/v1/task/:taskId/executions/:executionId/get.md)

---

[API](https://skmtc.dev/anchorbrowser/apis/anchorbrowser-api.md) · [All operations](https://skmtc.dev/anchorbrowser/apis/anchorbrowser-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/anchorbrowser/anchorbrowser-api/revisions/c39af811461a/schema)
