---
title: "Get Task Run Result"
method: GET
path: "/task/{taskId}/run/result"
---

# Get Task Run Result

`GET /task/{taskId}/run/result`

Get the results of a specific task run

## Path parameters

- `taskId` string, required

## Query parameters

- `runId` string

## Response `200`

Successful response

- object
  - `success` boolean — Indicates if the request was successful
  - `data` object
    - `status` 'scheduled' | 'running' | 'completed' | 'error' — Status of the run
    - `error` string — Error message if the run failed
    - `output` object — Output data from the completed run
    - `dataTable` object[] — Array of documents collected during the run
  - `error` string — Error message if the request failed

---

[API](https://skmtc.net/browserable/apis/browserable-api.md) · [All operations](https://skmtc.net/browserable/apis/browserable-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/browserable/browserable-api/versions/2da74de431de/schema)
