Del via


az managedcleanroom frontend analytics auditevent

Note

This reference is part of the managedcleanroom extension for the Azure CLI (version 2.75.0 or higher). The extension will automatically install the first time you run an az managedcleanroom frontend analytics auditevent command. Learn more about extensions.

View audit events.

Commands

Name Description Type Status
az managedcleanroom frontend analytics auditevent list

List audit events for a collaboration.

Extension GA

az managedcleanroom frontend analytics auditevent list

List audit events for a collaboration.

Retrieves audit events for a collaboration with optional filtering.

Filter options:

  • scope: Filter by audit event scope (e.g., 'dataset', 'query', 'collaboration')
  • from_seqno: Starting sequence number for event range
  • to_seqno: Ending sequence number for event range.
az managedcleanroom frontend analytics auditevent list --collaboration-id
                                                       [--api-version {2026-03-01-preview}]
                                                       [--from-seqno]
                                                       [--scope]
                                                       [--to-seqno]

Examples

List all audit events

az managedcleanroom frontend analytics auditevent list -c <collaboration-id>

List audit events for dataset scope

az managedcleanroom frontend analytics auditevent list               --collaboration-id <cid>               --scope dataset

List audit events in sequence number range

az managedcleanroom frontend analytics auditevent list               --collaboration-id <cid>               --from-seqno 100               --to-seqno 200

List dataset audit events in specific range

az managedcleanroom frontend analytics auditevent list               -c <cid>               --scope dataset               --from-seqno 50               --to-seqno 150

Required Parameters

--collaboration-id -c

Collaboration identifier.

Optional Parameters

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--api-version

API version to use for this request. Default: 2026-03-01-preview.

Property Value
Default value: 2026-03-01-preview
Accepted values: 2026-03-01-preview
--from-seqno

Optional starting sequence number.

--scope

Optional scope filter.

--to-seqno

Optional ending sequence number.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

Property Value
Default value: False