get_claims
Retrieve bankruptcy claims registers with creditor names, filed/allowed/paid amounts, claim types, and filing dates. Filter by keyword, date, or amount range for Chapter 11 analysis.
Instructions
Get the bankruptcy claims register — all proofs of claim filed by creditors, with amounts (filed/allowed/paid), claim type (secured/unsecured), creditor names, and filing dates. Essential for Chapter 11 analysis and creditor research. Supports keyword search and date/number range filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| number_to | No | ||
| page_size | No | ||
| claim_type | No | Filter by claim type | |
| 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. | |
| number_from | No | ||
| page_number | No | ||
| sort_column | No | ||
| date_filed_to | No | MM/DD/YYYY | |
| search_keyword | No | ||
| date_filed_from | No | MM/DD/YYYY | |
| include_live_pacer | No | true = refresh claims from PACER (costs credits). Default false. |