get_creditors
Get the complete creditor list for a bankruptcy case, including all creditors from Schedules D/E/F regardless of proof of claim filing.
Instructions
Get the creditor list for a bankruptcy case — all creditors scheduled in Schedules D/E/F, whether or not they filed a proof of claim. Different from get_claims (which shows filed proofs of claim).
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 = refresh from PACER (costs credits). Default false. |