search_by_license
Find scientific records in Zenodo by their license identifier, with options to filter by query, sort, and paginate.
Instructions
Find records under a specific license.
Parameters
license : str License identifier (e.g. "MIT", "Apache-2.0", "CC-BY-4.0", "cc0-1.0"). query : str, optional Additional search query parameters. sort : str Sort order. page : int Page number. size : int Results per page.
Returns
list[dict] List of matching record summaries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| size | No | ||
| sort | No | bestmatch | |
| query | No | ||
| license | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |