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

---

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