cURL
curl --request GET \ --url https://api.devin.ai/v3beta1/enterprise/organizations/{org_id}/metrics/usage
{ "sessions_count": 123, "searches_count": 123, "prs_created_count": 123, "prs_merged_count": 123 }
Get aggregated usage metrics for the enterprise account.
Returns counts of sessions, searches, and PRs (opened, closed, merged) within the specified time range.
Show child attributes
Successful Response