Get an ECFS download plan for a filings query
ecfs_get_download_planGenerate a date-bucketed download plan for large FCC dockets, using the same filters as a filings search to avoid duplicate or missing results from plain paging.
Instructions
Get a download plan for a filings search — the same filters as ecfs_search_filings, but instead of a page of results, returns date_submission-range buckets each with a suggested_api_call safe to run to exhaustively page a large docket. Use this before ecfs_search_filings for dockets with thousands of filings (e.g. a heavily-commented NPRM): plain offset/limit paging over a large result set can return duplicate or missing filings, which the download plan's date-bucketed queries avoid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Free-text search across filing content (e.g. commenter name, keywords). | |
| sort | No | Sort field and direction, e.g. 'date_disseminated,DESC'. | |
| filers_name | No | Filter by the filer's/commenter's name. | |
| proceedings_name | No | Docket / proceeding number to filter by, e.g. '17-108'. | |
| date_received_since | No | ISO date (YYYY-MM-DD); only return filings received on or after this date. | |
| date_received_until | No | ISO date (YYYY-MM-DD); only return filings received on or before this date. | |
| submissiontype_description | No | Filter by submission type, e.g. 'COMMENT', 'REPLY'. |