Get Citations
get_citationsRetrieve papers citing a specified paper using a paper identifier. Filter by year, field, and minimum citations, with pagination and background job handling for deep queries.
Instructions
Fetch papers that cite the given paper (forward citations).
Paging deeply to satisfy min_citations can run long; such a call
continues in the background and returns a job handle to poll with
get_job_result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (pagination). | |
| fields | No | Field set preset for returned paper records. | compact |
| offset | No | Pagination offset. | |
| year_end | No | Filter citing papers published up to this year. | |
| identifier | Yes | Paper identifier (DOI, S2 ID, ARXIV:, etc.). | |
| year_start | No | Filter citing papers published from this year. | |
| min_citations | No | Minimum citation count of citing papers. Applied client-side (S2 does not support this filter on the citations endpoint). Papers with unknown citation counts are excluded. Pagination (``offset``/``limit``) is applied to the filtered results. The tool paginates through up to 10 000 upstream results to find qualifying papers. | |
| fields_of_study | No | Filter by field of study. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||