curl -X GET "https://api.devin.ai/v2/enterprise/consumption/daily" \ -H "Authorization: Bearer YOUR_API_KEY"
{ "total_acus": 1250.5, "consumption_by_date": { "2024-01-01": 125.0, "2024-01-02": 200.5, "2024-01-03": 925.0 }, "consumption_by_org_id": { "org_123": 800.0, "org_456": 450.5 } }
Return daily consumption for the current billing cycle