case_detail
Fetch a full case by cluster ID for case metadata or opinion ID for the complete opinion text.
Instructions
Fetch a full case by id: a cluster (the case: name, citations, date, judges, and its opinion ids) or a single opinion (its full text). Requires COURTLISTENER_API_TOKEN (these endpoints are authentication-only). Use the cluster_id from opinion_search results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Numeric cluster id (default) or opinion id. | |
| type | No | Which resource `id` refers to (default "cluster"). A cluster is the case; an opinion is one document within it. |