Recap Docket
crime__recap-docketFetch federal court docket details from the RECAP Archive to access parties, judges, filings, and case information using docket IDs or court codes.
Instructions
[Crime & Law Enforcement Agent] Fetch a single federal docket from the RECAP Archive by CourtListener docket id, or by court code + docket number (e.g. 'caDC' + '21-5166'). Returns the full docket sheet: parties, judges, cause of action, nature of suit, fees, jurisdictional basis, and a chronological filing list with entry numbers and descriptions. Source: CourtListener RECAP Archive / Free Law Project (Open Access (public court records)), updates daily. Returns the Katzilla envelope { data, quality, citation } — quality scores freshness/uptime/confidence; citation carries the source URL, license, and a SHA-256 data hash for audit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docket_id | No | CourtListener docket id (integer). Get this from recap-search results. Use this OR (court + docket_number). | |
| court | No | CourtListener court code — e.g. 'scotus', 'ca9' (9th Cir), 'cand' (N.D. Cal.), 'dcd' (D.D.C.), 'nysd' (S.D.N.Y.), 'txsb' (Bankr. S.D. Tex.). Required if docket_id is not provided. | |
| docket_number | No | Full docket number as the court uses it (e.g. '1:21-cv-02769', '21-5166', '22-1234'). Required if docket_id is not provided. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Structured payload from the upstream source. | |
| text | No | Pre-rendered text representation, when applicable. | |
| quality | Yes | Quality scorecard: freshness, uptime, completeness, confidence, certainty. | |
| citation | Yes | Provenance block — source, license, retrieval timestamp, SHA-256 data hash, pre-formatted citation text. |