---
title: "User Daily Consumption Endpoint"
method: GET
path: "/v2/enterprise/consumption/daily/{user_id}"
tags: ["consumption"]
---

# User Daily Consumption Endpoint

`GET /v2/enterprise/consumption/daily/{user_id}`

Return daily consumption for a specific user. Defaults to current billing cycle.

**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 timestamps with this timezone offset
(e.g., `2025-12-05T08:00:00Z` for December 5, 2025 PST).

## Path parameters

- `user_id` string, required

## Query parameters

- `start_date` string, date-time, nullable
- `end_date` string, date-time, nullable
- `start` string, date-time, nullable
- `end` string, date-time, nullable
- `org_ids` string[], nullable

## Response `200`

Successful Response

- UserConsumptionResponse
  - `consumption_by_date` object, required
  - `consumption_by_org_id` object, required
  - `total_acus` number, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/devinenterprise/apis/devin-api-v1.md) · [All operations](https://skmtc.net/devinenterprise/apis/devin-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/devinenterprise/devin-api-v1/versions/e3244476af1c/schema)
