How can I retrieve all works associated with a specific ORCID using the OpenAlex API?
I am trying to retrieve all publications associated with a researcher identified by an ORCID.
For example, if I have an ORCID such as:
0000-0000-0000-0000
How can I use the OpenAlex API to:
Find the corresponding author record.
Retrieve all works associated with that author.
Handle pagination if there are many results.
A Python example would be appreciated.