---
title: "Get Workflow Status"
method: GET
path: "/api/v2/workflows"
tags: ["Workflow"]
---

# Get Workflow Status

`GET /api/v2/workflows`

Get status of workflow job by job ID

## Query parameters

- `job_id` union — Job ID to query
  - string
  - string, uuid

## Response `200`

Workflow status response

- object — Synchronous workflow execution response.
  - `created_timestamp` string
  - `errors` ErrorDetail[]
    - `code` string, nullable
    - `details` object, nullable
    - `error` string, required
  - `flow_id` string, required
  - `globals` object
  - `inputs` object
  - `job_id` union
    - string
    - string, uuid
  - `object` 'response'
  - `outputs` object
  - `status` 'queued' | 'in_progress' | 'completed' | 'failed' | 'cancelled' | 'timed_out', required — Job execution status.

## Other responses

- `422` — Validation Error

## Changes

- **2026-06-08** `a5c4fa6a88f7` — 1 info
  - added the optional property `globals` to the response with the `200` status
- **2026-03-18** `e94ee92b7c9a` — 1 breaking, 6 info
  - the `outputs/additionalProperties/status` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - removed the `cancelled` enum value from the `outputs/additionalProperties/status` response property for the response status `200`
  - removed the `completed` enum value from the `outputs/additionalProperties/status` response property for the response status `200`
  - removed the `failed` enum value from the `outputs/additionalProperties/status` response property for the response status `200`
  - …3 more
- **2026-03-12** `830c31118215` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status
- **2026-03-06** `0be341779529` — 1 info
  - endpoint added
- **2026-02-18** `191b57fc530b` — 1 breaking
  - api path removed without deprecation

[Full history](https://skmtc.dev/langflow-ai/apis/langflow/changes/api/v2/workflows/get.md)

---

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