Au Get Release
au_get_releaseFetch a single Australian government contract by its OCDS ocid or Contract Notice id (e.g. "CN4240933") from the official AusTender OCDS API. Because AusTender has no per-id lookup endpoint, you must supply the date window the contract falls in (published/start/end). Returns the fully shaped release: ocid, contract id, title/description, buyer, supplier, value + currency, period, category, procurement method and exemption details, and all key dates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The OCDS ocid (e.g. "prod-fcd1c039...") OR the Contract Notice id (e.g. "CN4240933"). | |
| date_to | No | End of the window, ISO-8601. Defaults to now. | |
| date_from | No | Start of the window the contract falls in, ISO-8601. Defaults to ~30 days ago. | |
| notice_type | No | Which date to search on: "contractPublished" (default), "contractLastModified", "contractStart", "contractEnd". |