GitHub Copilot · Arazzo Workflow

GitHub Copilot Enterprise Metrics Report

Version 1.0.0

Fetch the latest 28-day enterprise usage report, then the daily enterprise and user-level usage reports for a specific day.

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

Provider

github-copilot

Workflows

enterprise-metrics-report
Latest 28-day enterprise report plus daily enterprise and user-level reports.
Fetches the latest 28-day enterprise usage report download links, then the daily enterprise usage report for the supplied day, then the daily user-level usage report for the same day.
3 steps inputs: day, enterprise outputs: dailyDownloadLinks, reportEndDay, reportStartDay, usersDailyDownloadLinks
1
get28DayReport
Fetch download links for the latest 28-day enterprise-level Copilot usage metrics report to establish the current reporting window.
2
getDailyEnterpriseReport
Fetch download links for the daily enterprise-level Copilot usage metrics report for the requested day. Data is available from October 10, 2025 back up to one year historically.
3
getDailyUsersReport
Fetch download links for the daily user-level Copilot usage metrics report at the enterprise level for the same requested day, providing individual user engagement statistics.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: GitHub Copilot Enterprise Metrics Report
  summary: Fetch the latest 28-day enterprise usage report, then the daily enterprise and user-level usage reports for a specific day.
  description: >-
    A reporting flow that assembles enterprise-level Copilot usage report links.
    The workflow first fetches the latest 28-day enterprise usage report to
    establish the reporting window, then fetches the daily enterprise-level
    usage report for the requested day, and finally the daily user-level usage
    report for the same day. 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
sourceDescriptions:
- name: copilotUsageReportsApi
  url: ../openapi/github-copilot-copilot-usage-reports-api-openapi.yml
  type: openapi
workflows:
- workflowId: enterprise-metrics-report
  summary: Latest 28-day enterprise report plus daily enterprise and user-level reports.
  description: >-
    Fetches the latest 28-day enterprise usage report download links, then the
    daily enterprise usage report for the supplied day, then the daily
    user-level usage report for the same day.
  inputs:
    type: object
    required:
    - enterprise
    - day
    properties:
      enterprise:
        type: string
        description: The slug version of the enterprise name.
      day:
        type: string
        description: The date for the daily reports in YYYY-MM-DD format.
  steps:
  - stepId: get28DayReport
    description: >-
      Fetch download links for the latest 28-day enterprise-level Copilot usage
      metrics report to establish the current reporting window.
    operationId: getEnterpriseCopilotUsage28Day
    parameters:
    - name: enterprise
      in: path
      value: $inputs.enterprise
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      downloadLinks: $response.body#/download_links
      reportStartDay: $response.body#/report_start_day
      reportEndDay: $response.body#/report_end_day
  - stepId: getDailyEnterpriseReport
    description: >-
      Fetch download links for the daily enterprise-level Copilot usage metrics
      report for the requested day. Data is available from October 10, 2025
      back up to one year historically.
    operationId: getEnterpriseCopilotUsageDaily
    parameters:
    - name: enterprise
      in: path
      value: $inputs.enterprise
    - name: day
      in: query
      value: $inputs.day
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      dailyDownloadLinks: $response.body#/download_links
      reportDay: $response.body#/report_day
  - stepId: getDailyUsersReport
    description: >-
      Fetch download links for the daily user-level Copilot usage metrics report
      at the enterprise level for the same requested day, providing individual
      user engagement statistics.
    operationId: getEnterpriseUsersCopilotUsageDaily
    parameters:
    - name: enterprise
      in: path
      value: $inputs.enterprise
    - name: day
      in: query
      value: $inputs.day
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      usersDailyDownloadLinks: $response.body#/download_links
      usersReportDay: $response.body#/report_day
  outputs:
    reportStartDay: $steps.get28DayReport.outputs.reportStartDay
    reportEndDay: $steps.get28DayReport.outputs.reportEndDay
    dailyDownloadLinks: $steps.getDailyEnterpriseReport.outputs.dailyDownloadLinks
    usersDailyDownloadLinks: $steps.getDailyUsersReport.outputs.usersDailyDownloadLinks

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-enterprise-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.