---
title: "List Sent A2A Tasks"
method: GET
path: "/api/v1/identities/{agent_handle}/a2a/sent/tasks"
tags: ["A2A"]
---

# List Sent A2A Tasks

`GET /api/v1/identities/{agent_handle}/a2a/sent/tasks`

## Path parameters

- `agent_handle` string, required

## Query parameters

- `requester_handle` string, nullable
- `worker_handle` string, nullable
- `state` 'submitted' | 'working' | 'input_required' | 'completed' | 'failed' | 'canceled'
- `context_id` string, uuid, nullable
- `q` string, nullable — Full-text search over task message content; results remain newest first.
- `since` string, date-time, nullable
- `cursor` string, nullable
- `limit` integer

## Response `200`

Successful Response

- A2ATaskPage
  - `items` A2ATaskResponse[], required
    - `id` string, uuid, required
    - `context_id` string, uuid, required
    - `state` 'submitted' | 'working' | 'input_required' | 'completed' | 'failed' | 'canceled', required
    - `caller` A2ACallerResponse, required
      - `identity_id` string, uuid, required
      - `organization_id` string, required
      - `handle` string, nullable, required
      - `trust_tier` 'inkbox_verified'
    - `target` A2ATargetResponse, required
      - `identity_id` string, uuid, required
      - `organization_id` string, required
      - `handle` string, nullable, required
    - `messages` A2AMessageResponse[]
      - `id` string, uuid, required
      - `message_id` string, required
      - `role` 'caller' | 'agent', required
      - `parts` object[], required
      - `metadata` object, nullable, required
      - `extensions` string[], nullable, required
      - `reference_task_ids` string[], nullable, required
      - `created_at` string, date-time, required
    - `history_truncated` boolean
    - `completed_at` string, date-time, nullable, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
  - `next_cursor` string, nullable

## Other responses

- `422` — Validation Error
- `4XX` — Client error with Support Agent information.
- `5XX` — Server error with Support Agent information.

---

[API](https://skmtc.dev/inkbox/apis/inkbox-api.md) · [All operations](https://skmtc.dev/inkbox/apis/inkbox-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/inkbox/inkbox-api/revisions/31f357e7e6f8/schema)
