list_documents
Retrieve all documents filed in a specific Regulations.gov docket, including titles, types, dates, and comment status, using an exact docket ID.
Instructions
List the documents filed in one Regulations.gov docket.
Returns document summaries: id, title, document_type (Proposed Rule, Rule, Notice, Supporting & Related Material, ...), posted_date, fr_doc_num (Federal Register document number), open_for_comment, comment_end_date, and withdrawn. A docket ID that matches nothing yields an empty list, not an error.
Args: docket_id: Exact docket ID, e.g. "BIS-2024-0047". page: Result page, 1 to 20 (API limit). page_size: Results per page, 5 to 250.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| docket_id | Yes | ||
| page_size | No |