docket_lookup
Search court dockets by case name, free text, or docket number. Returns case summary with court, filing dates, and a link. Optionally filter by court.
Instructions
Search court dockets (CourtListener type=r) by case name, free text, and/or docket number, optionally scoped to a court. Returns case name, court, docket number, filed/terminated dates, nature of suit, and a link. Works without a token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Case name or free-text query (e.g. an employer or agency name). | |
| court | No | Optional court id filter (e.g. "nysd"). Get ids from court_list. | |
| limit | No | Max results from this page (1-20, default 20). The /search/ endpoint returns one fixed page of ~20; to get more, pass the response's next_cursor back as cursor. | |
| cursor | No | Opaque pagination cursor from a previous response's next_cursor; fetches the next page (keep the other args the same). | |
| docket_number | No | Docket number to match (e.g. "1:20-cv-03590"). |