Get Organization Daily Consumption
Consumption (Enterprise)
Get Organization Daily Consumption
Get daily ACU consumption for a specific organization.
Returns total ACUs and consumption broken down by date for the org.
Timezone behavior: Billing cycles use midnight PST (Pacific Standard Time) as the day boundary, which corresponds to 08:00:00 UTC. To match the consumption data shown in the Devin dashboard, pass Unix timestamps that align with this timezone offset (e.g., 1733385600 for December 5, 2025 at midnight PST).
GET
Get Organization Daily Consumption
Documentation Index
Fetch the complete documentation index at: https://docs.devin.ai/llms.txt
Use this file to discover all available pages before exploring further.
Product-Level Breakdown
Each date entry in the response includes anacus_by_product object that breaks down the total ACU consumption into its product components: devin, cascade, and terminal. This allows you to see how consumption is distributed across products for each day. When product-level data is not available for a given product, its value defaults to 0.0.
Permissions
Requires a service user with theManageBilling permission at the enterprise level.Authorizations
Service User credential (prefix: cog_)
Path Parameters
Organization ID (prefix: org-)
Example:
"org-abc123def456"
