Retrieves agent configuration and associated plans.
cURL
curl --request GET \ --url https://api.sandbox.nevermined.dev/api/v1/protocol/agents/{agentId} \ --header 'Authorization: Bearer <token>'
{ "agentId": "<string>", "name": "<string>", "description": "<string>", "tags": [ "<string>" ], "endpoints": [ {} ], "agentDefinitionUrl": "<string>", "plans": [ { "planId": "<string>", "name": "<string>" } ], "isListed": true, "owner": "<string>" }
Your Nevermined API Key (starts with 'nvm:'). Get one at nevermined.app under Settings > API Keys.
The agent's unique identifier (DID)
Agent details
Show child attributes