---
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.
  - `flow_id` string, required
  - `job_id` union
    - string
    - string, uuid
  - `object` 'response'
  - `created_timestamp` string
  - `status` JobStatus, required — unresolved $ref
  - `errors` ErrorDetail[] — unresolved $ref
  - `inputs` object
  - `outputs` object

## Other responses

- `422` — Validation Error

## Changes

- **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
- **2026-02-10** `0be341779529` — 1 info
  - endpoint added
- **2025-10-16** `9bd3e81318d7` — 1 breaking
  - api path removed without deprecation

[Change 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/830c31118215/schema)
