get_parties
Retrieve all parties and their attorneys in a US federal court case, including debtors, creditors, plaintiffs, defendants, and trustees, for conflicts checks and service lists.
Instructions
Get all parties in a case (debtors, creditors, plaintiffs, defendants, trustees) and optionally their attorneys with firm name, contact info, and bar number. Useful for conflicts checks, service lists, and identifying who is involved.
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_attorneys | No | Also fetch attorney records. Default true. |