Skip to main content
GET
/
api
/
v1
/
registry
Get registry agents
curl --request GET \
  --url https://api.example.com/api/v1/registry \
  --header 'Authorization: Bearer <token>'
[
  {
    "identifier": {
      "linkedServerId": "<string>"
    },
    "timestamp": "<string>",
    "name": "<string>",
    "agents": [
      {
        "name": "<string>",
        "versions": [
          "<string>"
        ]
      }
    ]
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.coralos.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Success

identifier
linked · object
required
timestamp
string
required
name
string
required
agents
RegistryAgentCatalog · object[]
required