Get paginated list of agents for the current user.
cURL
curl --request GET \ --url https://api.sandbox.nevermined.dev/api/v1/protocol/agents \ --header 'Authorization: Bearer <token>'
{ "agents": [ { "agentId": "<string>", "name": "<string>", "description": "<string>", "tags": [ "<string>" ], "endpoints": [ {} ], "agentDefinitionUrl": "<string>", "plans": [ { "planId": "<string>", "name": "<string>" } ], "isListed": true, "owner": "<string>" } ], "totalCount": 123, "page": 123, "offset": 123 }
Your Nevermined API Key (starts with 'nvm:'). Get one at nevermined.app under Settings > API Keys.
Page number
Results per page
Sort field
Sort direction
asc
desc
List of agents
Show child attributes