v1

latestOpenAPI 3.1.02026-07-26269227514.8 KB
consumption

Get Daily Consumption

Get daily ACU consumption for the organization.

Timezone behavior: Billing cycles use midnight PST (Pacific Standard Time) as the day boundary, which corresponds to 08:00:00 UTC.

get/v3/organizations/{org_id}/consumption/daily

Path parameters

org_idstring required
Example:org-abc123def456

Organization ID (prefix: org-)

Query parameters

time_beforeinteger nullable
time_afterinteger 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"
    }
  ]
}