1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Add note about usage reports API limitation for detailed data (#57728)

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: felicitymay <1877141+felicitymay@users.noreply.github.com>
Co-authored-by: Felicity Chapman <felicitymay@github.com>
This commit is contained in:
Copilot
2025-10-03 18:12:20 +01:00
committed by GitHub
parent dc834888e7
commit 6514e10085
9 changed files with 14 additions and 2 deletions

View File

@@ -41,6 +41,8 @@ The detailed usage report includes the same fields as the summarized report and
This report sums the `quantity`, `gross_amount`, `discount_amount`, and `net_amount` fields based on the combination of the following values: `date`, `sku`, `organization`, `repository`, `cost_center_name`, `username`, `workflow_path`.
{% data reusables.billing.usage-reports-api-limitation %}
### Premium request analytics usage reports
This report includes each recorded use of a premium request and includes the following fields: `Timestamp`,`User`,`Model`,`Requests Used`,`Exceeds Monthly Quota`, and `Total Monthly Quota`.

View File

@@ -87,6 +87,8 @@ You can view the usage of your personal account and download the usage data for
>[!TIP] The premium request usage report includes all premium requests, both within and beyond the allowance.
{% data reusables.billing.usage-reports-api-limitation %}
## Viewing license usage
You can view the license usage of your {% data variables.enterprise.enterprise_or_org %} members and download the usage data for further analysis.

View File

@@ -35,6 +35,7 @@ You can configure updates for repositories that contain a dependency manifest or
> [!NOTE]
> To ensure that {% data variables.product.prodname_ghe_server %} supports {% data variables.product.prodname_dependabot_updates %} for the latest supported ecosystem versions, your enterprise owner must download the most recent version of the [{% data variables.product.prodname_dependabot %} action](https://github.com/github/dependabot-action). {% data reusables.actions.action-bundled-actions %}
{% endif %}
> [!NOTE]

View File

@@ -65,7 +65,9 @@ This table lists the secrets supported by {% data variables.product.prodname_sec
>[!NOTE] Validity checks are not supported for non-provider patterns.
{% ifversion secret-scanning-ai-generic-secret-detection %}
### {% data variables.secret-scanning.copilot-secret-scanning %}
{% data variables.product.prodname_secret_scanning_caps %} uses {% data variables.product.prodname_copilot_short %} to detect generic passwords. See [AUTOTITLE](/code-security/secret-scanning/copilot-secret-scanning/responsible-ai-generic-secrets).
| Provider | Token |

View File

@@ -34,7 +34,7 @@ You can ask {% data variables.product.prodname_copilot_short %} to work on a tas
* {% data variables.product.prodname_github_issues %}, by [assigning an issue to {% data variables.product.prodname_copilot_short %}](#assigning-an-issue-to-copilot)
* The [agents panel or page](#asking-copilot-to-create-a-pull-request-from-the-agents-panel-or-page) on {% data variables.product.github %}
* {% data variables.copilot.copilot_chat_short %} in [{% data variables.product.prodname_vscode %}](#asking-copilot-to-create-a-pull-request-from-copilot-chat-in-visual-studio-code) and [other IDEs](#asking-copilot-to-create-a-pull-request-from-copilot-chat-in-other-ides)
* {% data variables.copilot.copilot_chat_short %} in [{% data variables.product.prodname_vscode %}](#asking-copilot-to-create-a-pull-request-from-copilot-chat-in-visual-studio-code) and [other IDEs](#asking-copilot-to-create-a-pull-request-from-copilot-chat-in-other-ides)
* {% data variables.copilot.copilot_chat_short %} on [{% data variables.product.prodname_dotcom_the_website %}](#asking-copilot-to-create-a-pull-request-from-copilot-chat-in-githubcom)
* The [{% data variables.product.prodname_cli %}](#asking-copilot-to-create-a-pull-request-from-the-github-cli)
* Your preferred IDE or agentic coding tool with [Model Context Protocol (MCP)](#asking-copilot-to-create-a-pull-request-from-the-github-mcp-server) support

View File

@@ -10,4 +10,6 @@ autogenerated: rest
allowTitleToDifferFromFilename: true
---
{% data reusables.billing.usage-reports-api-limitation %}
<!-- Content after this section is automatically generated -->

View File

@@ -19,4 +19,6 @@ The `manage_billing:enterprise` scope is required for {% data variables.product.
> [!IMPORTANT] The API currently supports adding or removing up to 50 resources in a single operation.
{% data reusables.billing.usage-reports-api-limitation %}
<!-- Content after this section is automatically generated -->

View File

@@ -150,7 +150,7 @@ To the extent this agreement is not enforceable by applicable law, you grant Git
By using automated means to access, collect, or otherwise use (“Access”) any publicly accessible Content from the Service for the purpose of developing or training any commercially available artificial intelligence model, machine learning system, or similar technology (a "Commercial AI System"), you hereby waive any and all policies, terms, conditions, or contractual provisions governing products, services, websites or datasets you own or operate that would otherwise prohibit, restrict, or place conditions upon GitHub's Access to any publicly accessible data, information or content associated with your products or services, including for the purpose of developing or training any Commercial AI System. You further agree not to impose technical or other targeted measures to restrict or retaliate against such Access.
This Section D.8 does not apply to Access solely for the purpose of academic research or if, on the date you Access the Content, the number of monthly active users of the products or services made available by you is less than 700 million in the preceding calendar month. For the purposes of this Section, "you" shall refer to you and any entity that directly or indirectly controls, is controlled by, or is under common control with you (affiliates).
This Section D.8 does not apply to Access solely for the purpose of academic research or if, on the date you Access the Content, the number of monthly active users of the products or services made available by you is less than 700 million in the preceding calendar month. For the purposes of this Section, "you" shall refer to you and any entity that directly or indirectly controls, is controlled by, or is under common control with you (affiliates).
## E. Private Repositories

View File

@@ -0,0 +1 @@
> [!NOTE] Data for the detailed usage report is available only through the {% data variables.product.github %} web interface and cannot be obtained via the REST API `/usage` endpoint. The REST API only provides access to summarized billing information.