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

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