---
title: "Approve workflow execution"
method: GET
path: "/execution/{id}/approvals"
tags: ["executions"]
---

# Approve workflow execution

`GET /execution/{id}/approvals`

Accept a simple approval decision and signal the workflow execution

## Path parameters

- `id` string, required

## Query parameters

- `approved` boolean, required

## Response `200`

Approval processed and workflow signaled

- object

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal server error

## Changes

- **2026-01-29** `f0260bee9692` — 1 info
  - endpoint added
- **2025-11-03** `6a5321fd619a` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/thand-io/apis/thand-agent-api/changes/execution/:id/approvals/get.md)

---

[API](https://skmtc.dev/thand-io/apis/thand-agent-api.md) · [All operations](https://skmtc.dev/thand-io/apis/thand-agent-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/thand-io/thand-agent-api/revisions/62befb178368/schema)
