fed_register_public_inspection
Retrieve documents filed with the Federal Register but not yet published, including lead days and filing type, to preview upcoming regulations before official publication.
Instructions
Federal Register PUBLIC INSPECTION desk — documents FILED with the Office of the Federal Register but NOT YET published (a pre-publication LEADING INDICATOR, ~1-to-several days ahead of the official publication_date). mode: 'current' (all on inspection now), 'date' (a specific available_on day), 'search' (full-text over the on-inspection set). Returns per-doc leadDays (pre-publication head-start), filing_type special-vs-regular, and unflattened agencies. NOTE: a public-inspection doc is NOT the authoritative published rule (no FR citation/page yet; may change or be withdrawn) — after publication_date cross-check fed_register_get_document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | YYYY-MM-DD; REQUIRED iff mode='date'. Rides conditions[available_on] as a query param (never a path segment). Validated (real calendar date, 1994..currentYear+1) before any fetch. | |
| mode | No | Retrieval surface (default current): 'current' = all documents on public inspection now; 'date' = a specific inspection day (requires `date`); 'search' = server-side full-text over the on-inspection set (via `term`). | |
| term | No | Full-text query; VALID only in mode='search'. Rides conditions[term] (server-side). | |
| type | No | Client-side document-type filter (applied in all modes). | |
| limit | No | Page size (default 20). | |
| agency | No | Client-side agency-slug filter; matches ANY of a doc's agencies[].slug. Resolve slugs via fed_register_list_agencies. | |
| offset | No | Page offset (default 0). | |
| specialOnly | No | Client-side filter keeping only filing_type='special' (off-cycle/emergency — a stronger, sooner signal). |