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.
| Flag | Required | Default | Description |
|---|---|---|---|
--period | No | today | Auction time range. Supports today, yesterday, last_7d, last_30d, YYYY-MM-DD, or YYYY-MM-DD..YYYY-MM-DD. |
--test-mode | No | production | Inventory mode filter. Allowed values: production, test, all. |
--app | No | App bundle filter, for example com.example.game. | |
--ad-unit-id | No | CloudX ad unit ID filter. | |
--country | No | ISO-3166-1 alpha-2 country code filter, for example US or GB. | |
--device-os | No | Device OS filter. Allowed values: iOS, Android. | |
--limit | No | 50 | Maximum rows to return. Must be between 0 and 500. |
--json | No | false | Emit structured JSON instead of human-readable output. |
--period, the command uses today.
cloudx auction list
Lists recent auctions matching the requested filters.
Usage
Additional Flags
| Flag | Required | Description |
|---|---|---|
--has-ilrd | No | Only show auctions with CloudX ILRD. |
--has-external-ilrd | No | Only show auctions with external mediator ILRD. |
--mediator | No | External mediator filter. Allowed values: applovin, admob, levelplay. Requires --has-external-ilrd. |
--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
| Flag | Required | Description |
|---|---|---|
--with | No | Comma-separated optional sections. Allowed values: rounds, bids, ilrd, external-ilrd. |
--json | No | Emit structured JSON instead of human-readable output. |
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
| Flag | Required | Default | Description |
|---|---|---|---|
--auction-id | No | Auction ID to inspect. When set, filters and metric aggregation are ignored server-side. | |
--metric | No | distribution | Aggregate metric used when --auction-id is omitted. Allowed values: distribution, duration, cleared-on, skip-reason. |
Examples
cloudx auction bids
Lists bid and non-bid rows matching the requested filters.
Usage
Additional Flags
| Flag | Required | Description |
|---|---|---|
--floor-source | No | Effective floor source filter. Allowed values: static, dynamic, publisher, configured. |
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.