Get an imported eprint by source and external ID
Parameters
Output
application/jsonErrors
NotFound
The imported eprint was not found Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"errors": [
{
"name": "NotFound",
"description": "The imported eprint was not found"
}
],
"output": {
"schema": {
"ref": "#importedEprint",
"type": "ref"
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"source",
"externalId"
],
"properties": {
"source": {
"type": "string",
"maxLength": 50,
"minLength": 2,
"description": "External source identifier (e.g., arxiv, biorxiv, semanticscholar)"
},
"externalId": {
"type": "string",
"minLength": 1,
"description": "Source-specific identifier for the eprint"
}
}
},
"description": "Get an imported eprint by source and external ID"
}