get_new_filings
Retrieve docket entries for a case, returning only filings since a specified date. Identify new activity without reviewing the entire docket.
Instructions
Get docket entries (filings) for a case, optionally filtered to entries since a given date. Use this to check what has been filed since you last looked at a case.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docket_id | Yes | CourtListener numeric docket ID | |
| since | No | Only return entries filed on or after this date (YYYY-MM-DD). Omit to get all entries. | |
| limit | No | Maximum entries to return (default: 25, max: 100) |