---
title: "Get workflow execution status"
method: GET
path: "/workflow/{id}/status"
---

# Get workflow execution status

`GET /workflow/{id}/status`

## Path parameters

- `id` string, required

## Response `200`

The workflow status

- object
  - `workflowId` string — The id of workflow
  - `status` 'canceled' | 'completed' | 'continued_as_new' | 'failed' | 'running' | 'terminated' | 'timed_out' | 'unspecified' — The workflow execution status
  - `startedAt` number — An epoch timestamp representing when the workflow started
  - `completedAt` number — An epoch timestamp representing when the workflow ended

## Other responses

- `404` — Workflow execution, workflow type, or catalog not found
- `500` — Internal server error (e.g. Temporal connection failure)

## Changes

- **2026-03-13** `0f0e49049ef1` — 1 warning
  - removed the optional property `runId` from the response with the `200` status

[Change history](https://skmtc.dev/growthxai/apis/output-ai-api/changes/workflow/:id/status/get.md)

---

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