v1

latestOpenAPI 3.1.02026-07-2210284274.4 KB
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

Query parameters

limitinteger

Maximum mirrors to return. The service defaults to 100 and clamps values to the 1-500 range.

Maximum mirrors to return. The service defaults to 100 and clamps values to the 1-500 range.

offsetinteger

Zero-based result offset. Defaults to 0; negative values are clamped to 0.

Zero-based result offset. Defaults to 0; negative values are clamped to 0.

Response

Community mirror list

totalinteger required

Example response

{
  "mirrors": [
    {
      "platform": "example_platform"
    }
  ]
}