Auction Inspection
Thecloudx auction commands inspect auction records, rounds, bid and non-bid rows, CloudX ILRD, and opted-in external mediator ILRD.
Available commands:
cloudx auction listfor recent auctions matching filterscloudx auction showfor one auction and optional related sectionscloudx auction roundsfor one auction’s rounds or aggregate round metricscloudx auction bidsfor bid and non-bid rows matching filters
Shared Flags
These flags are shared bylist, 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-ilrdand--has-external-ilrdcannot be used together.--mediatorrequires--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.