Auction schedule and deadlines
get_auction_timelineGet the full timeline of an auction: past, current, and upcoming stages, next deadline, and time left to bid. Optionally include revisions to see seller amendments.
Instructions
The stage clock for one auction: what has passed, what is running now, what comes next, and how much time is left to bid.
WHEN TO USE: any time-related question — "how long do I have", "when is the auction", "has the question period closed", "what happens after bidding". Far smaller than get_auction for this.
KEY PARAMETERS
auction (required): public auction id or 24-character procedure id.
include_revisions: true to also list archived revisions, showing when the seller amended the terms. Use when the user suspects the conditions changed. Default false.
EXAMPLE — "can I still bid on this?": {"auction":"LRE001-UA-20260708-03894"}
EXAMPLE — "did the seller change anything after publishing?": {"auction":"LRE001-UA-20260708-03894","include_revisions":true}
RETURNS: status with its plain-language meaning, every stage marked past/current/upcoming, the next deadline, and a bidding block with closesAt / stillOpen / hoursRemaining. Cancellation reasons appear when the auction was withdrawn.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| auction | Yes | Public auction id (e.g. "LRE001-UA-20260708-03894") or 24-character procedure id. | |
| include_revisions | No | Also list archived revisions of the procedure, showing when the seller amended it. Default false. |