What problem does it solve? Investigating who changed what in Webex Control Hub, tracking security incidents, and running compliance reviews requires navigating multiple audit APIs with different scopes, date parameter formats, and filtering conventions. This Skill guides the full workflow from authentication verification through query design, execution, and result analysis. ## Core Features & Use Cases - Admin and security audit queries: Pull admin change history from Control Hub and security events (logins, token grants) with correct scope and date parameter handling for each API. - Compliance and authorization review: Query platform events for eDiscovery, review OAuth grants per user, and revoke integrations with explicit confirmation gates. - Service app and data source management: Create service app tokens and register JWT-authenticated data sources that stream Webex data to external endpoints. - Use Case: A security team investigating suspicious logins runs a scoped security-audit query over the past 7 days, exports results as JSON for SIEM ingestion, and summarizes the most active actors. ## Quick Start Ask the assistant to pull all admin audit events from the last week and summarize changes by category.