---
title: "List community mirrors"
method: GET
path: "/api/registry/mirrors"
tags: ["Community Mirrors"]
---

# List community mirrors

`GET /api/registry/mirrors`

List persisted catalog-only adagents.json community mirrors. The list projection includes presence and freshness metadata but omits the full `adagents_json` body; fetch a platform-specific mirror for the full document.

## Query parameters

- `limit` integer — Maximum mirrors to return. The service defaults to 100 and clamps values to the 1-500 range.
- `offset` integer — Zero-based result offset. Defaults to 0; negative values are clamped to 0.

## Response `200`

Community mirror list

- CommunityMirrorListResponse
  - `mirrors` CommunityMirrorSummary[], required
    - `platform` string, required — Lowercase platform identifier, normalized by the service.
    - `catalog_etag` string, nullable, required
    - `superseded_by` string, nullable, required — HTTPS successor document URL, when this mirror has been superseded.
    - `updated_at` string, date-time, required
  - `total` integer, required

## Other responses

- `429` — Rate limit exceeded
- `500` — Failed to list community mirrors

---

[API](https://skmtc.net/adcontextprotocol/apis/agenticadvertising-org-registry-api.md) · [All operations](https://skmtc.net/adcontextprotocol/apis/agenticadvertising-org-registry-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adcontextprotocol/agenticadvertising-org-registry-api/revisions/9ea7fedf54c0/schema)
