---
title: "Check Task"
method: GET
path: "/api/py/a2a/tasks/{task_id}"
tags: ["internal-a2a"]
---

# Check Task

`GET /api/py/a2a/tasks/{task_id}`

## Path parameters

- `task_id` string, required

## Response `200`

Successful Response

- A2ATaskCheckResponse
  - `task_id` string, required
  - `status` string, required
  - `summary_preview` string, nullable
  - `error_code` string, nullable
  - `error_message` string, nullable
  - `started_at` string, nullable
  - `finished_at` string, nullable
  - `recent_progress` AgentRunProgressEvent[]
    - `seq` integer, required
    - `kind` string, required
    - `preview` string, required
    - `created_at` string, required
  - `pending_approvals` AgentRunPendingApproval[]
    - `tool_call_id` string, required
    - `tool_name` string, required
    - `tool_args_json` string, required
    - `requested_at` 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)
