cURL
curl --request GET \ --url https://api.devic.ai/v1/agents/agents/{agentId}/costs/summary \ --header 'Authorization: Bearer <token>'
{ "totalCost": 123, "currency": "<string>", "breakdown": {} }
Retrieves a summary of the total cost for the specified agent, including optional breakdown by category.
Use JWT token for authentication
UUID of the agent whose cost summary should be retrieved
Cost summary for the specified agent
Total cost accumulated by the agent
Currency code (e.g., USD, EUR)
Cost breakdown by category
Show child attributes