Skip to main content
GET
/
api
/
registry
/
mirrors
List community mirrors
curl --request GET \
  --url https://agenticadvertising.org/api/registry/mirrors
{
  "mirrors": [
    {
      "platform": "example_platform",
      "catalog_etag": "<string>",
      "superseded_by": "<string>",
      "updated_at": "2023-11-07T05:31:56Z"
    }
  ],
  "total": 1
}

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

Community mirror list

mirrors
object[]
required
total
integer
required
Required range: x >= 0