get_document
Fetch a Federal Register document by its number (YYYY-NNNNN) for any type: rules, notices, presidential documents. Optionally select specific fields to include.
Instructions
Fetch a Federal Register document by its document number. Works for any document type (rules, notices, presidential documents). Document numbers are formatted as YYYY-NNNNN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Specific fields to include (e.g., ["title", "abstract", "pdf_url"]). If omitted, returns all fields. | |
| document_number | Yes | The Federal Register document number (e.g., "2024-02154") |