curl --request GET \
--url https://api.swarmd.ai/registry/v1/agents \
--header 'Authorization: Bearer <token>'{
"totalElements": 123,
"totalPages": 123,
"pageable": {
"pageSize": 123,
"pageNumber": 123,
"paged": true,
"unpaged": true,
"offset": 123,
"sort": {
"unsorted": true,
"empty": true,
"sorted": true
}
},
"numberOfElements": 123,
"first": true,
"last": true,
"size": 123,
"content": [
{
"agentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"description": "<string>",
"agentCardUrl": "<string>",
"originalCardUrl": "<string>",
"version": "<string>",
"status": "<string>",
"healthStatus": "<string>",
"subscriptionCount": 123,
"metrics": {
"requestCount": 123,
"errorPercentage": 123,
"avgLatencyMs": 123
},
"uptimePercentage": 123,
"tenantDetails": {
"tenantName": "<string>",
"publicContactEmail": "<string>"
}
}
],
"number": 123,
"sort": {
"unsorted": true,
"empty": true,
"sorted": true
},
"empty": true
}Security Requirements
| Auth Types | Entities | Permissions | Required Roles |
|---|---|---|---|
| USER | REGISTRY | READ | REGISTRY:READ |
curl --request GET \
--url https://api.swarmd.ai/registry/v1/agents \
--header 'Authorization: Bearer <token>'{
"totalElements": 123,
"totalPages": 123,
"pageable": {
"pageSize": 123,
"pageNumber": 123,
"paged": true,
"unpaged": true,
"offset": 123,
"sort": {
"unsorted": true,
"empty": true,
"sorted": true
}
},
"numberOfElements": 123,
"first": true,
"last": true,
"size": 123,
"content": [
{
"agentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"description": "<string>",
"agentCardUrl": "<string>",
"originalCardUrl": "<string>",
"version": "<string>",
"status": "<string>",
"healthStatus": "<string>",
"subscriptionCount": 123,
"metrics": {
"requestCount": 123,
"errorPercentage": 123,
"avgLatencyMs": 123
},
"uptimePercentage": 123,
"tenantDetails": {
"tenantName": "<string>",
"publicContactEmail": "<string>"
}
}
],
"number": 123,
"sort": {
"unsorted": true,
"empty": true,
"sorted": true
},
"empty": true
}JWT token (USER, AGENT, or SERVICE auth)
Show child attributes