---
title: "Changes to Get workflow execution status for a specific run"
method: GET
path: "/workflow/{id}/runs/{rid}/status"
---

# Changes to Get workflow execution status for a specific run

`GET /workflow/{id}/runs/{rid}/status`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 4 of 20 revisions.

- **2026-08-07** `09a49e598435` — 1 warning, 1 info
- **2026-04-24** `01552bfa9579` — 2 breaking, 3 warning
- **2026-04-17** `a3368f919949` — 1 info
- **2026-03-13** `0f0e49049ef1` — 1 breaking

## Changes

- **2026-08-07** `09a49e598435` — 1 warning, 1 info
  - added the new `cancelled` enum value to the `status` response property for the response status `200`
  - removed the `canceled` enum value from the `status` response property for the response status `200`
- **2026-04-24** `01552bfa9579` — 2 breaking, 3 warning
  - added `#/components/schemas/ValidationErrorResponse, #/components/schemas/ErrorResponse` to the response body `oneOf` list for the response status `400`
  - the response's body type changed from `object` to no type for status `400`
  - removed the optional property `error` from the response with the `400` status
  - removed the optional property `issues` from the response with the `400` status
  - removed the optional property `message` from the response with the `400` status
- **2026-04-17** `a3368f919949` — 1 info
  - endpoint added
- **2026-03-13** `0f0e49049ef1` — 1 breaking
  - api path removed without deprecation

---

[Operation](https://skmtc.dev/growthxai/apis/output-ai-api/docs/workflow/:id/runs/:rid/status/get.md) · [API](https://skmtc.dev/growthxai/apis/output-ai-api.md) · [Page](https://skmtc.dev/growthxai/apis/output-ai-api/changes/workflow/:id/runs/:rid/status/get)
