GitHub Copilot · Arazzo Workflow

GitHub Copilot Organization Metrics Report

Version 1.0.0

Pull aggregated organization Copilot metrics, then fetch the latest 28-day org and user-level usage report links.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub AgentsArtificial IntelligenceCode GenerationCode ReviewCoding AgentsCustom InstructionsDeveloper ToolsExtensionsIDEMachine-LearningMCPMetricsProductivityArazzoWorkflows

Provider

github-copilot

Workflows

org-metrics-report
Aggregate org metrics plus 28-day org and user-level usage report links.
Retrieves aggregated Copilot metrics for the organization, then the latest 28-day organization usage report download links, then the latest 28-day user-level usage report download links.
3 steps inputs: org, since, until outputs: firstDayActiveUsers, orgDownloadLinks, usersDownloadLinks
1
getMetrics
Retrieve aggregated Copilot metrics for the organization broken down by language and IDE editor. Requires at least five members with active licenses; reflects previous-day data.
2
getOrg28DayReport
Fetch download links for the latest 28-day organization-level Copilot usage metrics report.
3
getUsers28DayReport
Fetch download links for the latest 28-day user-level Copilot usage metrics report at the organization level.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: GitHub Copilot Organization Metrics Report
  summary: Pull aggregated organization Copilot metrics, then fetch the latest 28-day org and user-level usage report links.
  description: >-
    A reporting flow that assembles a full picture of Copilot usage for an
    organization. The workflow first retrieves aggregated daily Copilot metrics
    broken down by feature, then fetches download links for the latest 28-day
    organization-level usage report, and finally the latest 28-day user-level
    usage report. Every step spells out its request inline so the flow can be
    read and executed without opening the underlying OpenAPI description.
  version: 1.0.0
  x-realizes-capability-ids:
  - BC-4280.30
  x-capability-derivation:
    method: 'deterministic join: sourceDescriptions -> per-tag OpenAPI -> tag/capability edge. No classification at this step.'
    min_confidence: 0.7
    sources:
    - capability_id: BC-4280.30
      capability_name: Product Usage Analytics
      spec: github-copilot-copilot-metrics-api-openapi.yml
      confidence: 0.7
    model: Turbo EA Capabilities by Vincent Verdet — Turbo EA, https://github.com/vincentmakes/turbo-ea-capabilities, CC BY 4.0
sourceDescriptions:
- name: copilotMetricsApi
  url: ../openapi/github-copilot-copilot-metrics-api-openapi.yml
  type: openapi
- name: copilotUsageReportsApi
  url: ../openapi/github-copilot-copilot-usage-reports-api-openapi.yml
  type: openapi
workflows:
- workflowId: org-metrics-report
  summary: Aggregate org metrics plus 28-day org and user-level usage report links.
  description: >-
    Retrieves aggregated Copilot metrics for the organization, then the latest
    28-day organization usage report download links, then the latest 28-day
    user-level usage report download links.
  inputs:
    type: object
    required:
    - org
    properties:
      org:
        type: string
        description: The organization name (case-insensitive).
      since:
        type: string
        description: Show metrics since this date (ISO 8601 YYYY-MM-DD, max 100 days back).
      until:
        type: string
        description: Show metrics until this date (ISO 8601 YYYY-MM-DD).
  steps:
  - stepId: getMetrics
    description: >-
      Retrieve aggregated Copilot metrics for the organization broken down by
      language and IDE editor. Requires at least five members with active
      licenses; reflects previous-day data.
    operationId: getCopilotMetricsForOrganization
    parameters:
    - name: org
      in: path
      value: $inputs.org
    - name: since
      in: query
      value: $inputs.since
    - name: until
      in: query
      value: $inputs.until
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      firstDay: $response.body#/0/date
      firstDayActiveUsers: $response.body#/0/total_active_users
      firstDayEngagedUsers: $response.body#/0/total_engaged_users
  - stepId: getOrg28DayReport
    description: >-
      Fetch download links for the latest 28-day organization-level Copilot
      usage metrics report.
    operationId: getOrganizationCopilotUsage28Day
    parameters:
    - name: org
      in: path
      value: $inputs.org
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      orgDownloadLinks: $response.body#/download_links
      reportStartDay: $response.body#/report_start_day
      reportEndDay: $response.body#/report_end_day
  - stepId: getUsers28DayReport
    description: >-
      Fetch download links for the latest 28-day user-level Copilot usage
      metrics report at the organization level.
    operationId: getOrganizationUsersCopilotUsage28Day
    parameters:
    - name: org
      in: path
      value: $inputs.org
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      usersDownloadLinks: $response.body#/download_links
      usersReportStartDay: $response.body#/report_start_day
      usersReportEndDay: $response.body#/report_end_day
  outputs:
    firstDayActiveUsers: $steps.getMetrics.outputs.firstDayActiveUsers
    orgDownloadLinks: $steps.getOrg28DayReport.outputs.orgDownloadLinks
    usersDownloadLinks: $steps.getUsers28DayReport.outputs.usersDownloadLinks

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/github-copilot-org-metrics-report-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.