Skip to main content

astroctl_audit_get

astroctl audit get

Get audit event details

Synopsis

Get detailed information about a specific audit event by its ID.

🏢 ENTERPRISE PLAN REQUIRED: This command is only available for organizations with Enterprise plans. 👥 PERMISSIONS: Users can view details of events they have access to.

The event ID can be found from the 'astroctl audit list' command output.

astroctl audit get <event-id> [flags]

Examples


# Get audit event details by ID
astroctl audit get audit_20240115143045_660d8b8d_API_KEY

Options

-h, --help help for get
--org-id string Organization ID (Admins only)

Options inherited from parent commands

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

SEE ALSO