Get Protests On Solicitation
get_protests_on_solicitationRetrieve all protests filed on one solicitation, with open/sustained status and the earliest statutory GAO decision deadline.
Instructions
Get every protest filed on ONE solicitation, the contestability read for a specific opportunity or award: any protest pending right now, and the statutory date GAO must decide by.
Award & Compliance tool, Pro only.
- solicitation_number: from search_opportunities, search_contracts, or search_protests
Returns `any_open` and `any_sustained` (pre-computed booleans, check these first
before scanning the `protests` list yourself) and `earliest_open_due_date` (the
nearest statutory deadline among any still-pending protest on this solicitation).
Resolves the WHOLE GAO case: if your `solicitation_number` matches any docket of a
case, this returns every docket across all solicitation-number spellings GAO
recorded for that case (GAO sometimes records one case differently across its own
dockets, e.g. an `RFQ-` prefix present on some rows, absent on others), two
different, both-real spellings for the same case return the identical, complete set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| solicitation_number | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |