get_citations
Retrieve forward citations for a paper by identifier, optionally filtering by year, field of study, or minimum citation count, to discover subsequent research building on it.
Instructions
Fetch papers that cite the given paper (forward citations).
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 |
|---|---|---|---|
| result | Yes |