Auction outcome and final price
get_auction_resultsCheck an auction's outcome: sold or not, final price, bidder count, and cancellation reason. Works for in-progress auctions too.
Instructions
How one auction ended: sold or not, for how much, to how many bidders.
WHEN TO USE: "what did it go for", "did it sell", "how many people bid", "why was it cancelled". Works on in-progress auctions too — it reports outcome "in_progress" rather than failing.
KEY PARAMETERS
auction (required): public auction id or 24-character procedure id. No other parameters.
EXAMPLE: {"auction":"SPE001-UA-20260729-69703"}
RETURNS: outcome (contract_signed / winner_determined / ended_without_winner / cancelled_by_seller / in_progress), starting vs final price with priceUpliftPercent between them, bid and disqualified-bid counts, attemptNumber (>1 means the lot failed to sell before), awards, contracts and cancellation reasons. Winner identities are redacted by the platform; bid amounts appear only after the auction concludes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| auction | Yes | Public auction id (e.g. "LRE001-UA-20260708-03894") or 24-character procedure id. |