cURL
curl --request GET \ --url https://api.devic.ai/v1/agents/agents/{agentId}/costs/daily \ --header 'Authorization: Bearer <token>'
[ { "date": "2023-12-25", "cost": 123, "currency": "<string>" } ]
Retrieves daily cost entries for the specified agent over a configurable time range.
Use JWT token for authentication
UUID of the agent whose daily costs should be retrieved
Number of days to include in the cost breakdown
1 <= x <= 365
Daily cost breakdown for the specified agent
Date for this cost entry
Cost incurred on this date
Currency code (e.g., USD, EUR)