Get Vehicle
get_vehicleRetrieve a specific contract vehicle's ceiling, period, and ordered amounts via PIID to support award and compliance review.
Instructions
Get one contract vehicle's detail: ceiling, period, and what's been ordered through it.
Award & Compliance tool.
- piid: vehicle's own PIID (from search_vehicles or get_contract_vehicle)
Also returns a `vehicle_family` block (`is_multiple_award`, `piid_count`,
`solicitation_identifier`, `note`) disclosing whether this PIID is one award among
several placed under the same solicitation, distinct from get_vehicle_holders' own
`vehicle_family.piids`, which lists every sibling PIID; this one only counts them.
NOTE: `transaction_rollup.distinct_awardees` / `orders_rollup.distinct_holders` above
are scoped to THIS piid only and read `1` even when `vehicle_family.is_multiple_award`
is true (FPDS gives every awardee of a multi-award vehicle its own separate PIID), use get_vehicle_holders for the real family-wide count. A ceiling of `999999999999`
(or `.99`) is FPDS's own placeholder for "no negotiated ceiling" (typical on GSA
MAS/GWAC-style vehicles), treat it as effectively unlimited, not a literal ~$1T figure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| piid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |