search_awards
Find who won Swiss public procurement by searching all four award publication types at once for completed contracts.
Instructions
Find who won, not what is open — all four award types at once. Use when the question is about completed procurement rather than current opportunities.
Search only awarded contracts (who won).
Convenience wrapper over search_procurements that queries all four award
publication types at once.
Two coverage caveats. First, award coverage is uneven across cantons — some
publish awards diligently, others rarely, so absence is not proof that no
award happened. Second, the filter matches a project's NEWEST publication:
a project awarded in May and corrected in June is no longer an "award" to
this filter and drops out. Use get_publication_history on a project to see
whether an award exists further back.
canton_match works exactly as in search_procurements and defaults to
matching the procuring body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| count | Yes | ||
| source | Yes | ||
| results | Yes | ||
| has_more | Yes | True if the pagination cursor can be advanced. | |
| match_type | No | exact when results were returned, none when empty. | none |
| provenance | Yes | ||
| next_cursor | No | Pass as `cursor` to search_procurements for the next page. | |
| retrieved_at | Yes |