docketbird_get_case_details
Get a case's full docket sheet including case details and document list. See every filing before downloading documents.
Instructions
Get a case's full docket sheet: case info plus its list of documents.
When to use:
- User wants the docket sheet (every filing in the case)
- Before downloading documents (to see what's available)
Notes:
- Parties and attorneys are NOT available from the docket endpoints; for
them, use docketbird_ask_litigation_graph.
- The upstream /documents endpoint has no pagination: the entire docket is
always fetched, and page/page_size only shape this response. Very large
dockets can hit DocketBird's own ~29s gateway timeout (a 504).
- For a case's metadata alone (no docket fetch), use docketbird_get_case.
Args:
case_id: DocketBird case ID (e.g., 'txnd-3:2007-cv-01697')
Format: {court_id}-{district}:{year}-{type}-{number}
page: Page number for documents (starts at 1, default 1)
page_size: Number of documents per page (default 20, max 50)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| case_id | Yes | ||
| page_size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |