Search and retrieve package definitions for support investigation.
List action supports full-text search via ?q= (matched against package name / registry id and verbose name).
Retrieve action looks up a single package by its registry id (the name field, e.g. @scope/collection/package). An optional ?version= query parameter returns the config at that semantic version instead of the current version.
Query parameters
A page number within the paginated result set.
Number of results to return per page.
Filter packages created on or after this date (YYYY-MM-DD)
Filter packages created on or before this date (YYYY-MM-DD)
Filter packages updated on or after this date (YYYY-MM-DD)
Filter packages updated on or before this date (YYYY-MM-DD)
A search term.
Changes
No recorded changes to this endpoint across all 1 revision of this API.