Recent Changes
recent_changesIdentify new or updated federal contracting opportunities since a timestamp for incremental sync. Pass the returned server_time as since on the next call to avoid full re-scans.
Instructions
List opportunities added or updated since a timestamp.
Use this for incremental sync instead of paginating through search results.
Keyset-based, so depth doesn't degrade performance.
- since: ISO 8601 timestamp, e.g. "2026-04-12T00:00:00Z"
- limit: max 1000 per page
Returns `data` (changed records), `pagination`, and `sync.server_time`, save server_time and pass it as `since` on your next call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| since | Yes | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |