---
title: "Resume Approval"
method: POST
path: "/v1/workflow/playground/sessions/{session_id}/resume"
tags: ["workflow-playground"]
---

# Resume Approval

`POST /v1/workflow/playground/sessions/{session_id}/resume`

Approve/deny the approval a suspended session is parked on; stream the continuation.

## Path parameters

- `session_id` string, required

## Request body

- ResumeApprovalRequest — Approve or deny the approval the session is suspended on (in-memory, no resume_token).
  - `decision` 'approve' | 'deny', required
  - `note` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/oneloop-hq/apis/feather-api.md) · [All operations](https://skmtc.net/oneloop-hq/apis/feather-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneloop-hq/feather-api/versions/888bdd5c076e/schema)
