List Cases
list_casesRetrieve case titles, citations, and IDs from a Canadian caselaw database by specifying the database ID, with optional filters for decision date, publication date, language, and result count.
Instructions
List decisions from a specific caselaw database. Returns case titles, citations, and IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| databaseId | Yes | Database ID from list_case_databases (e.g. "onca", "csc-scc") | |
| decisionDateAfter | No | Filter: decision date after (YYYY-MM-DD) | |
| decisionDateBefore | No | Filter: decision date before (YYYY-MM-DD) | |
| language | No | Response language | en |
| offset | No | Starting record index | |
| publishedAfter | No | Filter: published on CanLII after this date (YYYY-MM-DD) | |
| publishedBefore | No | Filter: published on CanLII before this date (YYYY-MM-DD) | |
| resultCount | No | Number of results to return (max 10000) |