get_version_history
Fetch point-in-time version history for a CFR title, part, or section, filtered by issue date. Determine which regulation version was in effect on a specific date for contract compliance.
Instructions
Fetch point-in-time version history for a CFR title, optionally scoped to a part/section and/or filtered by an issue-date range.
Use this to determine which version of a regulation was in effect
on a specific date (e.g. when a contract was signed), as opposed
to retrieve_section/retrieve_part/retrieve_title, which
return the text as of a date but not its full change history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| part | No | optional CFR part number to scope the history to. | |
| title | Yes | CFR title number (1-50). | |
| section | No | optional CFR section number to scope the history to. | |
| issue_date_on | No | optional exact issue date filter (YYYY-MM-DD). | |
| issue_date_gte | No | optional "on or after" issue date filter (YYYY-MM-DD). | |
| issue_date_lte | No | optional "on or before" issue date filter (YYYY-MM-DD). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||