get_docket
Retrieve a specific federal docket's full details from Regulations.gov using its exact ID, including title, agency, type, abstract, keywords, RIN, and last modified date.
Instructions
Fetch one docket's full detail from Regulations.gov by its exact ID.
Returns id, title, agency_id, docket_type, abstract (the docket's own summary of what the rulemaking does), keywords, rin (Regulation Identifier Number), and last_modified. Raises a not-found error for an ID that does not exist; get IDs from search_dockets rather than guessing them.
Args: docket_id: Exact docket ID, e.g. "BIS-2024-0047".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docket_id | Yes |