get_author_works
Fetch all publications by an author across specified years, enabling analysis of research trajectory and productivity.
Instructions
Get all publications by a specific author over time. Useful for analyzing an author's research trajectory and productivity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| author_id | Yes | Author identifier (OpenAlex ID, ORCID, or URL) | |
| from_year | No | Get works from this year onwards | |
| to_year | No | Get works up to this year | |
| sort | No | Sort by: publication_year, cited_by_count | |
| per_page | No | Works per page (default: 10, max: 200) |