Skip to main content

astroctl_audit_stats

astroctl audit stats

Get audit statistics (Admin/Owner Required)

Synopsis

Get audit statistics and analytics for your organization.

🏢 ENTERPRISE PLAN REQUIRED: This command is only available for organizations with Enterprise plans. 👥 ADMIN OR OWNER ROLE REQUIRED: You must have Admin or Owner role in your organization to view audit statistics.

astroctl audit stats [flags]

Examples


# Get audit statistics for the last 30 days
astroctl audit stats

# Get audit statistics for the last 7 days
astroctl audit stats --period 7d

Options

-h, --help help for stats
--org-id string Organization ID (Admins only)
--period string Time period for statistics (7d, 30d, 90d) (default "30d")

Options inherited from parent commands

-o, --output string Output format (json|yaml) (default "yaml")

SEE ALSO