whats_changed_since
Return federal contract awards that are NEW or MODIFIED since a cursor token. Pass the cursor from a prior call to get only changes since then (cursor = your bookmark). Filter by NAICS, awarding agency, recipient/contractor, keyword, and $ range. This is the GovCon delta feed's core lock-in primitive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max changes to return (default 100). | |
| naics | No | NAICS code prefixes, e.g. ['5415']. | |
| agency | No | Awarding agency name substring, e.g. 'Defense'. | |
| cursor | No | Opaque cursor from a previous response; omit for first call. | |
| keyword | No | ||
| maxAmount | No | ||
| minAmount | No | ||
| recipient | No | Contractor name substring. |