Lists all agents associated with a payment plan.
cURL
curl --request GET \ --url https://api.sandbox.nevermined.dev/api/v1/protocol/plans/{planId}/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.
The plan's unique identifier
List of agents
Show child attributes