---
title: "Get specific run status"
method: GET
path: "/runners/workspaces/{workspaceId}/run/{runId}/status"
tags: ["Runners Workspaces"]
---

# Get specific run status

`GET /runners/workspaces/{workspaceId}/run/{runId}/status`

Retrieves the status of a specific run within the workspace

## Path parameters

- `workspaceId` string, required
- `runId` string, required

## Response `200`

Run status retrieved successfully

- object
  - `status` string — Current status of the run (e.g., pending, running, completed, failed, etc)

## Other responses

- `400` — Bad Request Error
- `401` — Unauthorized Error
- `403` — Insufficient permissions
- `404` — Not Found Error
- `500` — Internal Server Error

---

[API](https://skmtc.net/firefly/apis/api-gateway.md) · [All operations](https://skmtc.net/firefly/apis/api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/firefly/api-gateway/revisions/eea119b4113f/schema)
