Get Document
get_documentGet full details for a Federal Register document by its document number (e.g., "2024-12345"). Returns title, abstract, full text link, agencies, dates, and docket information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| number | Yes | Federal Register document number (e.g., "2024-12345") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Document type (rule, notice, etc.) | |
| dates | No | Key dates related to document | |
| title | No | Document title | |
| action | No | Action description | |
| pdf_url | No | URL to PDF version of document | |
| abstract | No | Document abstract or summary | |
| agencies | No | List of responsible agencies | |
| citation | No | Citation reference | |
| html_url | No | URL to HTML version of document | |
| docket_ids | No | Associated docket identifiers | |
| page_length | No | Number of pages in document | |
| significant | No | Whether document is marked as significant | |
| document_number | No | Federal Register document number | |
| publication_date | No | Publication date (ISO format) |