get_citations
Retrieve parsed reporter citations for a case using its cluster ID. Handles duplicate case resolution and returns citation details or an empty array if none exist.
Instructions
List the parsed reporter citations for a single case by its cluster id.
Returns the requested cluster_id, the canonical_cluster_id actually
served (these differ when the requested id was a duplicate that resolved to
a canonical case), and a citations array of reporter rows (volume,
reporter, page, type). A case with no parsed citations returns an empty
citations array — that is a normal result, not an error.
Args: cluster_id: The case cluster id (an integer), e.g. from a search result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cluster_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||