Skip to main content

Reviewing user activity data for Copilot in your organization

Review GitHub Copilot usage in your organization to make informed decisions about seat assignment.

누가 이 기능을 사용할 수 있나요?

Organization owners

Organizations with a plan to Copilot Business

  1. GitHub의 오른쪽 위 모서리에서 프로필 사진을 선택한 다음, Your organizations를 클릭합니다.

  2. 조직 옆에 있는 설정을 클릭합니다.

  3. 사이드바의 "코드, 계획 및 자동화" 섹션에서 Copilot 을(를) 클릭한 다음 액세스를 클릭합니다.

  4. At the top of the page, under "GitHub Copilot," you can see an overview of your organization's GitHub Copilot usage. You can see the number seats assigned through your Copilot Business plan, and the estimated monthly cost.

    Screenshot of the GitHub Copilot usage overview.

  5. Alternatively, under "Access management," you can use the Sort options to sort the list of users by when they last used GitHub Copilot.

  6. For more detailed information, you can retrieve the Activity report. GitHub generates a report for you, which you can download as a CSV file.

    참고 항목

    This report is replacing the Copilot usage report. The new report adds clarity by introducing authentication information and improving timestamp resolution. The old usage report is closing down and will be removed on October 23rd, 2025.

Using the API to retrieve assignment information

You can use GitHub's REST API to get details about the assignment of GitHub Copilot seats in your organization. See Get Copilot seat information and settings for an organization, List all Copilot seat assignments for an organization, and Get Copilot seat assignment details for a user.

Troubleshooting last_activity_at data

If you believe a user's last_activity_at date should be more recent than shown in the CSV or API report, wait 24 hours and check again. If their recent Copilot usage is still not reflected in their last_activity_at date, have the user check that telemetry is enabled in their IDE settings.

For more information about this property and other data in the activity report, see GitHub Copilot에 대한 메트릭 데이터 속성.

Further reading