get_copilot_metrics_for_org
Retrieve daily GitHub Copilot usage metrics for organizations, including code completions, chat activity, active users, and language/editor breakdowns.
Instructions
Get daily Copilot usage metrics for a GitHub Organization (code completions, chat usage, active users, language/editor breakdown)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org | No | Organization name (defaults to GITHUB_ORG env var) | |
| since | No | Start date in YYYY-MM-DD format (defaults to 28 days ago) | |
| until | No | End date in YYYY-MM-DD format (defaults to today) | |
| force_refresh | No | Ignore cache and fetch fresh data |