GitHub Copilot app now available in the usage metrics API
The Copilot usage metrics API now reports the GitHub Copilot app usage in the enterprise and organization 1-day and 28-day reports. This gives enterprise and organization admins visibility into the app’s activity alongside the IDE, chat, code review, and coding agent metrics they already retrieve.
What’s new
The enterprise and organization reports now include two new fields:
daily_active_copilot_app_users: The number of distinct users active in the Copilot app on a given day.totals_by_copilot_app: A dedicated GitHub Copilot app section reportingsession_count,request_count,prompt_count, and atoken_usagebreakdown (i.e.,output_tokens_sum,prompt_tokens_sum, andavg_tokens_per_request).
Why this matters
The GitHub Copilot app activity was not previously represented in usage reporting. With these fields, enterprise and organization admins can see how broadly the app is being adopted (e.g., distinct active users, session and request volume, and token consumption) in the same API they already use for the rest of their Copilot usage metrics.
Important notes
- These fields appear in the enterprise and organization 1-day and 28-day reports.
- The GitHub Copilot app usage is reported in its own
totals_by_copilot_appsection and is kept separate from the generic feature, model, and language totals, as well as from lines-of-code metrics. - Enterprises or organizations with no GitHub Copilot app activity report
nullfor bothdaily_active_copilot_app_usersandtotals_by_copilot_app, so existing integrations are unaffected.
Visit the Copilot usage metrics API documentation to get started.