docket_entries
Retrieve a federal docket's filing history from RECAP: numbered entries, dates, descriptions, and archived PACER docs with page counts. Requires a docket_id from docket_lookup.
Instructions
The actual filing history of a federal docket from the RECAP archive: numbered entries, dates, descriptions, and any archived PACER documents (with page counts and availability). Pass a docket_id from docket_lookup. Requires COURTLISTENER_API_TOKEN (authentication-only endpoint). Coverage note: RECAP holds what its users have bought from PACER — an entry or document not present may still exist on PACER.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max entries to return (1-50, default 50). | |
| cursor | No | Opaque cursor from a previous response's next_cursor. | |
| docket_id | Yes | Numeric docket id (from docket_lookup results). |