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

---

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