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
}Community Mirrors
List community 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.
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
Maximum mirrors to return. The service defaults to 100 and clamps values to the 1-500 range.
Zero-based result offset. Defaults to 0; negative values are clamped to 0.
Was this page helpful?
⌘I