---
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

## Changes

- **2026-07-21** `22962dc5e81b` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/langflow-ai/apis/langflow/changes/api/v2/workflows/:job_id/resume/post.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/22962dc5e81b/schema)
