---
title: "Resume Workflow"
method: POST
path: "/api/v2/workflows/{job_id}/resume"
tags: ["Workflow"]
---

# Resume Workflow

`POST /api/v2/workflows/{job_id}/resume`

Resume a suspended (human-in-the-loop) workflow with a decision.

## Path parameters

- `job_id` string, required

## Request body

- WorkflowResumeRequest — Request schema for resuming a suspended (human-in-the-loop) workflow.
  - `decision` object, nullable
  - `request_id` string, required

## Response `200`

Successful Response

- WorkflowResumeResponse — Response schema for resuming a workflow.
  - `job_id` union, required
    - string
    - string, uuid
  - `message` string, nullable
  - `status` string, required

## Other responses

- `422` — Validation Error

---

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