---
title: "A2A Get Task"
method: GET
path: "/a2a/tasks/{a2a_task_id}"
---

# A2A Get Task

`GET /a2a/tasks/{a2a_task_id}`

Get an A2A task by ID, syncing status from the Bernstein task.

## Path parameters

- `a2a_task_id` string, required

## Response `200`

Successful Response

- A2ATaskResponse — Serialised A2A task in responses. ``receipt`` carries the lineage receipt for an inbound task (#2609): the execution evidence a caller verifies offline with ``bernstein a2a verify --receipt``. It is ``None`` on read paths, and on write paths when the node could not provision receipt key material - an absent receipt means "unattested", which a caller should treat as unverified rather than trusted.
  - `id` string, required
  - `bernstein_task_id` string, nullable, required
  - `sender` string, required
  - `message` string, required
  - `status` string, required
  - `artifacts` A2AArtifactResponse[], required
    - `name` string, required
    - `content_type` string, required
    - `data` string, required
    - `created_at` number, required
  - `created_at` number, required
  - `updated_at` number, required
  - `receipt` object, nullable

## Other responses

- `404` — A2A task not found
- `422` — Validation Error

---

[API](https://skmtc.net/sipyourdrink-ltd/apis/bernstein-task-server.md) · [All operations](https://skmtc.net/sipyourdrink-ltd/apis/bernstein-task-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sipyourdrink-ltd/bernstein-task-server/versions/86f514b4e920/schema)
