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

# Get Task Run Status

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

Get the status 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' — High-level status of the task run
    - `detailedStatus` string — Detailed status information about the current state
    - `toolCall` object, nullable — Information about any tool call being waited on
    - `liveStatus` object — Real-time status information about the current operation

## Changes

- **2026-07-17** `2da74de431de` — 1 warning, 1 info
  - removed the optional property `data/inputWait` from the response with the `200` status
  - added the optional property `data/toolCall` to the response with the `200` status
- **2025-04-15** `cf421cc8104b` — 1 breaking
  - the response property `data/inputWait` became nullable for the status `200`
- **2025-04-09** `c5a4adf6172c` — 1 warning, 1 info
  - removed the optional property `data/toolCall` from the response with the `200` status
  - added the optional property `data/inputWait` to the response with the `200` status

[Change history](https://skmtc.dev/browserable/apis/browserable-api/changes/task/:taskId/run/status/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)
