Get one auction in detail
get_auctionRetrieve full details of any Prozorro.Sale auction: asset, terms, seller, and requested sections, to expand a search result or evaluate a bid.
Instructions
Everything about a single auction: the asset, the financial terms, the seller, and whichever sub-sections are asked for.
WHEN TO USE: the user names an auction, or a search result needs expanding. For deadlines alone use get_auction_timeline; for the outcome alone use get_auction_results — both are much smaller responses.
KEY PARAMETERS
auction (required): public id from the website ("SPD001-UA-20260806-70620") or the internal 24-character procedure id. Both work everywhere.
include: sections to expand. Defaults to ["items","terms"]. items — what is physically being sold: area, cadastral number, address, classification terms — starting price, minimal step, guarantee deposit, registration fee, lease duration, conditions, restrictions documents — attached files with download URLs questions — clarification questions and the seller's answers bids — submitted bids (amounts appear only after the auction concludes) awards — winner determination contracts — signed contracts
EXAMPLE — full picture before deciding whether to bid: {"auction":"SPD001-UA-20260806-70620","include":["items","terms","documents","questions"]}
EXAMPLE — minimal lookup: {"auction":"LRE001-UA-20260708-03894"}
RETURNS: auction summary, seller, description, per-section counts, and the requested sections. Lease auctions additionally carry propertyOwner (the institution the asset belongs to, with its EDRPOU), ownershipType and currentTenants (sitting tenants and their contract dates). Redacted personal data appears as "[redacted]".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| auction | Yes | Public auction id from the Prozorro.Sale website (e.g. "LRE001-UA-20260708-03894") or the 24-character internal procedure id. | |
| include | No | Extra sections to expand. "items" = what is being sold, "terms" = payment/guarantee/lease conditions, "documents" = attached files, "questions" = clarifications, "bids"/"awards"/"contracts" = outcome. Defaults to ["items", "terms"]. |