---
title: "Approve Task"
method: POST
path: "/api/py/a2a/tasks/{task_id}/approve"
tags: ["internal-a2a"]
---

# Approve Task

`POST /api/py/a2a/tasks/{task_id}/approve`

## Path parameters

- `task_id` string, required

## Request body

- A2ATaskApproveRequest
  - `tool_call_id` string, required
  - `approved` boolean, required

## Response `200`

Successful Response

- A2ATaskApproveResponse
  - `task_id` string, required
  - `tool_call_id` string, required
  - `approved` boolean, required
  - `status` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/getauctor/apis/fastapi.md) · [All operations](https://skmtc.dev/getauctor/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getauctor/fastapi/revisions/aeb6faa3b8f0/schema)
