---
title: "Approve Message"
method: POST
path: "/v1/ask-feather/sessions/{session_id}/messages/approve"
tags: ["ask-feather"]
---

# Approve Message

`POST /v1/ask-feather/sessions/{session_id}/messages/approve`

Resume a turn paused for tool approval (see the ``requires_approval`` SSE
event) with the user's approve/deny decisions, streaming the continuation.

## Path parameters

- `session_id` string, uuid, required

## Request body

- ApproveMessageRequest
  - `decisions` ApprovalDecision[], required
    - `tool_call_id` string, required
    - `approved` boolean, required

## Response `200`

Successful Response

## 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/revisions/888bdd5c076e/schema)
