Skip to main content
GET
/
v2
/
enterprise
/
consumption
/
daily
/
{user_id}
User Daily Consumption Endpoint
curl --request GET \
  --url https://api.devin.ai/v2/enterprise/consumption/daily/{user_id} \
  --header 'Authorization: Bearer <token>'
{
  "consumption_by_date": {},
  "consumption_by_org_id": {},
  "total_acus": 123
}
Requires an enterprise admin personal API key. Returns daily ACU consumption data for a specific user within your enterprise.

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, you must pass timestamps with this timezone offset. See Daily Consumption for details and examples.

Authorizations

Authorization
string
header
required

Personal API Key (apk_user_*) for Enterprise Admins only

Path Parameters

user_id
string
required

Query Parameters

start_date
string<date-time> | null
end_date
string<date-time> | null
start
string<date-time> | null
end
string<date-time> | null
org_ids
string[] | null

Response

Successful Response

consumption_by_date
Consumption By Date · object
required
consumption_by_org_id
Consumption By Org Id · object
required
total_acus
number
required