Skip to main content

Auction Inspection

The cloudx auction commands inspect auction records, rounds, bid and non-bid rows, CloudX ILRD, and opted-in external mediator ILRD. Available commands:
  • cloudx auction list for recent auctions matching filters
  • cloudx auction show for one auction and optional related sections
  • cloudx auction rounds for one auction’s rounds or aggregate round metrics
  • cloudx auction bids for bid and non-bid rows matching filters

Shared Flags

These flags are shared by list, rounds, and bids. Period parsing uses UTC boundaries. If you omit --period, the command uses today.

cloudx auction list

Lists recent auctions matching the requested filters.

Usage

Additional Flags

Validation rules:
  • --has-ilrd and --has-external-ilrd cannot be used together.
  • --mediator requires --has-external-ilrd.

Examples

cloudx auction show

Shows one auction. Use --with to include related rows in the same response.

Usage

Flags

Examples

cloudx auction rounds

Inspects rounds for one auction or aggregates round metrics across filtered auctions. When --auction-id is set, the command returns that auction’s rounds. Without --auction-id, it returns aggregate metrics for the requested period and filters.

Usage

Additional Flags

Examples

cloudx auction bids

Lists bid and non-bid rows matching the requested filters.

Usage

Additional Flags

Examples

Output Format

By default, auction commands print human-readable metadata and tables for interactive terminal use. Pass --json to return structured data for scripts and downstream analysis.