---
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

## Changes

- **2025-04-15** `cf421cc8104b` — 1 info
  - added the optional property `error` to the response with the `200` status
- **2025-04-09** `c5a4adf6172c` — 1 warning
  - removed the optional property `error` from the response with the `200` status

[Change history](https://skmtc.dev/browserable/apis/browserable-api/changes/task/:taskId/run/result/get.md)

---

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