get_dockets
Fetch a case's docket sheet: chronological filings with dates, descriptions, and document info. Filter by keyword, date, or number range.
Instructions
Get the docket sheet for a case — all filings in chronological order with dates, descriptions, and attached document info (is_cached, download_cost). The header includes judge, attorneys, trustees, and 341 meeting date. Supports keyword search and date/number range filtering. Free unless include_live_pacer=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_size | No | ||
| court_code | Yes | Court code, e.g. 'nysbke' (NY Southern Bankruptcy), 'debke' (Delaware Bankruptcy), 'ilnbke' (IL Northern Bankruptcy). Use list_courts to find the right code. | |
| sort_order | No | ||
| case_number | Yes | Long-form case number, e.g. '1:14-bk-10557'. Always use the long form — PACER short forms like '14-10557' will not match. Use find_cases if unsure. | |
| page_number | No | ||
| sort_column | No | ||
| date_filed_to | No | MM/DD/YYYY | |
| search_keyword | No | Filter docket text | |
| date_filed_from | No | MM/DD/YYYY | |
| docket_number_to | No | ||
| include_documents | No | When include_live_pacer=true: wait for document metadata (binder.documents) to be populated before returning. Slower but the response includes is_cached and download_cost for each PDF. Default false (metadata fetched in background). | |
| docket_number_from | No | ||
| include_live_pacer | No | true = purchase updated docket sheet from PACER (costs credits). Default false. Always pass date_filed_from when refreshing to only buy entries newer than what CourtAPI already has — omitting it buys the entire docket (expensive for active cases). |