Search Vehicles
search_vehiclesSearch contract vehicles by UEI, PIID, NAICS, agency, and other filters; returns award_id_piid for each vehicle to access details and holders.
Instructions
Search contract vehicles: IDIQs, GWACs, FSS schedules, BPAs, BOAs.
Award & Compliance tool. Vehicles are long-lived and NOT limited to a rolling
window the way prime-contract search is, a GWAC awarded years ago is still the
vehicle you must hold today to compete for its orders.
- uei/parent_uei: vehicle holder, exact 12-char
- piid: vehicle PIID, exact
- idv_type: IDC | FSS | BPA | GWAC | BOA
- active_only: only vehicles whose period of performance hasn't ended
- ceiling_min/ceiling_max: potential_total_value_of_award. A ceiling of `999999999999`
(or `.99`) is FPDS's own placeholder for "no negotiated ceiling" (typical on GSA
MAS/GWAC-style vehicles), not a literal dollar figure.
- limit: max 250
Returns each vehicle's `award_id_piid`, pass to get_vehicle for detail or
get_vehicle_holders (Pro) to see who holds it and who's actually earning through it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uei | No | ||
| piid | No | ||
| limit | No | ||
| naics | No | ||
| agency | No | ||
| offset | No | ||
| date_to | No | ||
| sort_by | No | ||
| idv_type | No | ||
| date_from | No | ||
| parent_uei | No | ||
| sort_order | No | ||
| active_only | No | ||
| ceiling_max | No | ||
| ceiling_min | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |