Contracts
TBS Disclosures
TBS proactive disclosure contract records from open.canada.ca.
GET
Overview
Returns Treasury Board of Canada Secretariat (TBS) proactive disclosure records — the government’s mandatory public reporting of contracts over $10,000. Accepts the same filter parameters as the main contracts endpoint.Query Parameters
string
Partial match on vendor name. Example:
Palantir.string
Partial match on department name. Example:
National Defence.number
Minimum contract value in CAD. Example:
100000.number
Maximum contract value in CAD. Example:
5000000.string
ISO 8601 start date. Example:
2023-01-01.string
ISO 8601 end date. Example:
2023-12-31.integer
Results per page. Default:
50. Max: 200. Example: 25.integer
Result offset for pagination. Default:
0. Example: 50.page and per_page are accepted as input aliases. per_page maps to limit, and page is converted internally into the corresponding offset.