docketbird_get_case
Retrieve case metadata and a link to the initiating complaint for any indexed case using its DocketBird case ID, without fetching the full docket sheet.
Instructions
Get one case's metadata, including a pointer to its complaint.
A lightweight, research-scope lookup: works for any case in DocketBird's
index (not just your account's cases) and does NOT fetch the docket, so it
can't hit the large-docket timeout. Use docketbird_get_case_details for the
full docket sheet, and docketbird_ask_litigation_graph for parties/attorneys.
When to use:
- Resolving a case ID (e.g. from docketbird_search_cases) to its metadata
- Jumping straight to the initiating complaint
- Checking PACER case ID / client code without pulling the docket
Args:
case_id: DocketBird case ID (e.g., 'txwd-1:2022-cv-00398')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| case_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |