Get Contract Modifications
get_contract_modificationsRetrieve the full modification trail for a federal contract—every amendment, exercised option, and partial termination, oldest first. Check the returned window data to see if any earlier history is unavailable.
Instructions
Get EVERY transaction row for a contract, oldest action first, the full modification trail (amendments, options exercised, partial terminations), not just the latest snapshot get_contract gives you.
Award & Compliance tool. There's no per-request date filter, but the underlying data
itself only carries FY2025 onward, a contract whose real history predates that floor
will start mid-sequence (e.g. first row `P00026`, not `P00001`), with earlier
modifications simply never ingested, not filtered out. Check the response's `window`
block (`clamped`, `earliest_searchable`, `reason`) before treating the returned rows
as the complete history.
- piid: award PIID
- limit: max 500
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| piid | Yes | ||
| limit | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |