devin_daily_user_metrics

Daily consumption metrics for Devin AI users.

id

Primary key
Unique identifier for the row.

date

date
The date for which the consumption metrics are recorded.

email

string
User email or identifier

organization_id

Foreign key
Devin organization id this row belongs to. Null for enterprise-tier rows; populated for org-tier connections.

consumption

number
Daily usage for the user, measured in Devin ACUs (AI Compute Units).

consumption_cascade

number
Portion of the daily ACUs the user spent on the Cascade product. Always 0 for connections on the v2 API, which does not break consumption down by product.

consumption_devin

number
Portion of the daily ACUs the user spent on the Devin product. Always 0 for connections on the v2 API, which does not break consumption down by product.

consumption_terminal

number
Portion of the daily ACUs the user spent on the Terminal product. Always 0 for connections on the v2 API, which does not break consumption down by product.

consumption_review

number
Portion of the daily ACUs the user spent on the Review product. Always 0 for connections on the v2 API, which does not break consumption down by product.

prs_opened

number
Number of pull requests opened by the user on this date.

prs_closed

number
Number of pull requests closed by the user on this date.

prs_merged

number
Number of pull requests merged by the user on this date.

is_active

boolean
Indicates if the user is active on this date.