Returns a list of all agents available in this servers registry
cURL
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>" ] } ] } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
Show child attributes