---
title: "List A2A Agents"
method: GET
path: "/a2a/agents"
---

# List A2A Agents

`GET /a2a/agents`

Return Bernstein's A2A agent card via the task API namespace.

## Response `200`

Successful Response

- A2AAgentCardResponse — Agent Card response for the ``/a2a/agent-card`` discovery endpoint. The A2A v1.0 card served at ``/.well-known/agent.json`` is built and signed in :mod:`bernstein.core.routes.well_known` and does not use this model.
  - `name` string, required
  - `description` string, required
  - `capabilities` string[], required
  - `protocol_version` string, required
  - `endpoint` string, required
  - `provider` string, required

---

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