v1

latestOpenAPI 3.1.02026-07-26269227514.8 KB
consumption

Daily Consumption Endpoint

Return daily consumption for the 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).

get/v2/enterprise/consumption/daily

Query parameters

start_datestring date-time nullable
end_datestring date-time nullable
startstring date-time nullable
endstring date-time nullable
org_idsstring[] nullable

Response

Successful Response

Example response

{
  "data": [
    {
      "timestamp": "2026-05-01",
      "user_email": "alice@example.com",
      "model_uid": "claude-4-sonnet",
      "ide": "windsurf",
      "ide_version": "1.0.0"
    }
  ]
}