cited_by
See which opinions cite a given opinion by providing its opinion ID. Get citing cases newest-first or most-cited-first to verify whether a case is still relied on and by whom.
Instructions
Every opinion that CITES a given opinion — the free version of a citator check ('is this case still being relied on, and by whom'). Pass an opinion id (from case_detail's sub_opinion_ids, or an opinion_search hit's cluster via case_detail). Returns citing opinions newest-first or most-cited-first with the same fields as opinion_search. Works without a token. NOTE: this reports who cites the case; it does NOT classify the treatment (followed/distinguished/overruled) — read the citing opinions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results from this page (1-20, default 20). | |
| cursor | No | Opaque cursor from a previous response's next_cursor. | |
| order_by | No | Sort order (default newest). | |
| opinion_id | Yes | Numeric OPINION id (not a cluster id). case_detail on a cluster lists its sub_opinion_ids. |