Records task completion and credit consumption for complex agent workflows.
cURL
curl --request POST \ --url https://api.sandbox.nevermined.dev/api/v1/protocol/agent-sub-tasks \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "requestId": "<string>", "taskName": "<string>", "creditsUsed": 123, "status": "<string>", "metadata": {} } '
{ "success": true }
Your Nevermined API Key (starts with 'nvm:'). Get one at nevermined.app under Settings > API Keys.
Sub-task tracking data
Task tracked
true