---
title: "List Organization A2A Contact Rules"
method: GET
path: "/api/v1/identities/a2a/contact-rules"
tags: ["A2A"]
---

# List Organization A2A Contact Rules

`GET /api/v1/identities/a2a/contact-rules`

## Query parameters

- `agent_identity_id` string, uuid, nullable
- `action` 'allow' | 'block'
- `direction` 'inbound' | 'outbound' | 'both'
- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- A2AIdentityContactRuleResponse[]
  - `id` string, uuid, required
  - `action` 'allow' | 'block', required
  - `match_type` 'handle', required
  - `match_target` string, required
  - `direction` 'inbound' | 'outbound' | 'both', required
  - `status` 'active' | 'paused' | 'deleted', required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `agent_identity_id` string, uuid, required

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