Back to skills

gws-admin-reports

workflows

Wraps the Google Workspace Admin SDK Reports API to pull audit logs and usage statistics from a command line. Covers activity logs for apps like Drive and Admin console, plus per-user and customer-wid

Setup & Installation

npx skills add https://github.com/googleworkspace/gws-admin-reports --skill gws-admin-reports
or paste the link and ask your coding assistant to install it
https://github.com/googleworkspace/gws-admin-reports
View on GitHub

What This Skill Does

Wraps the Google Workspace Admin SDK Reports API to pull audit logs and usage statistics from a command line. Covers activity logs for apps like Drive and Admin console, plus per-user and customer-wide usage reports. Also supports push notification channels for real-time activity streaming. Instead of clicking through the Admin console UI to export each report manually, you get the same data programmatically and can pipe it into scripts, dashboards, or alerting systems.

When to use it

  • Working with gws admin reports functionality
  • Implementing gws admin reports features
  • Debugging gws admin reports related issues