related_records
Retrieve records related to a given Zenodo record, grouped by relationship type such as supplements, citations, or parts.
Instructions
Find records related to the given record.
Extracts related identifiers from the record metadata and groups them by relationship type (e.g. isSupplementTo, cites, isPartOf).
Parameters
record_id : int The numeric Zenodo record ID.
Returns
dict Related records grouped by relationship type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| record_id | Yes |