---
title: "List Organization A2A Directory"
method: GET
path: "/api/v1/identities/a2a/directory"
tags: ["A2A"]
---

# List Organization A2A Directory

`GET /api/v1/identities/a2a/directory`

## Query parameters

- `q` string, nullable
- `cursor` string, nullable
- `limit` integer

## Response `200`

Successful Response

- A2ADirectoryPage
  - `items` A2ADirectoryItem[], required
    - `card_url` string, required
    - `card` object, required
    - `visibility` 'organization' | 'public', 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)
