case_authorities
Retrieve the authorities a court opinion relies on by passing its opinion ID. Get cited opinion IDs with citation depth counts to trace legal reasoning and find related cases.
Instructions
The reverse of cited_by: every authority a given opinion RELIES ON (its table of authorities), with a depth count of how many times each is cited. Pass the citing opinion's id. Requires COURTLISTENER_API_TOKEN (authentication-only endpoint). Returns cited opinion ids; fetch interesting ones with case_detail (type opinion) or their clusters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max authorities to return (1-50, default 50). | |
| opinion_id | Yes | Numeric OPINION id whose authorities to list. |