core_output_detail_by_id
Fetch a raw CORE harvesting record by numeric ID to get per-repository details like license, fulltext status, and source URLs, clarifying source-specific signals vs. merged works.
Instructions
Fetch one raw CORE harvesting record (output) by numeric id.
An output is a de-duplicated source signal: the same paper shows up once
per repository that harvested it, whereas a work is CORE's merged record
for that paper. Call this when you need per-repository detail — license,
repositories, sdg, fulltext_status, source_fulltext_urls — and use
the works tools (core_work_detail_by_identifier) for the paper itself.
output_id must be numeric. Returns a single item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_id | Yes |