get_citations
Retrieve papers that cite a specific Scopus paper by its Scopus ID. Supports pagination to fetch citation results in batches.
Instructions
Retrieve the list of papers that cite a specific paper using its Scopus ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of results to return (default: 20, max: 200) | |
| start | No | Starting index for pagination (default: 0) | |
| scopusId | Yes | The Scopus ID of the paper to get citations for |