get_case
Retrieve all metadata for a known court case—title, judge, dates, assets, liabilities—and see available sub-resources with timestamps. Call this first after locating a case.
Instructions
Get all metadata for a known case: title, chapter, judge, key dates (filed/closed/discharged), assets, liabilities, and links to sub-resources (dockets, claims, parties, etc.) with their last-modified timestamps. Always call this first after finding a case. The response includes a 'menu' object where each entry has a 'modified' timestamp (null = never purchased) showing what sub-resources are available. Free unless include_live_pacer=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. | |
| 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. | |
| include_live_pacer | No | true = fetch fresh data from PACER (costs PACER credits). Default false = free cached. |