get_docket
Retrieve a FERC docket sheet by docket number, showing related filings, applicants, and accession numbers.
Instructions
Return the docket sheet: related filings, applicants, and accession numbers.
Docket numbers look like CP21-470, ER11-4046, or P-15056-000. Subdockets can be All or a comma-separated list such as 000,001.
page is 1-indexed, matching search_filings. page=0 is accepted as page 1.
One row per filing: eLibrary returns one row per docket association, so a pleading captioned to -000, -001 and -002 arrives three times. Rows are merged on accession number and every association is listed in docket_numbers, so total_hits counts filings you can actually retrieve. count_basis reports distinct_accession to make that explicit.
Scope differs from search_filings in one way worth knowing: the docket sheet carries no availability code, so it cannot filter by availability and reports availability_scope "all". search_filings is public-only by default, so a docket sheet may list a few privileged filings that search omits.
sort_order defaults to oldest_first, the chronological order of a docket sheet. search_filings returns newest first. Pass newest_first to match it.
date_field and the date envelope behave as in search_filings. Since a docket number is always supplied, no 60-day default is ever applied here. An issued-date window is applied to rows after retrieval, reported via date_field_filtered_client_side.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| limit | No | ||
| end_date | No | ||
| date_field | No | filed | |
| sort_order | No | oldest_first | |
| start_date | No | ||
| subdockets | No | All | |
| docket_number | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||