Returns a paginated list of all components in the tenant's library. Components are ordered by IPN value and revision.
Use this endpoint to sync the full component library with an external system by iterating through all pages until total_count is exhausted.
Each component includes the same data as the single-IPN lookup: internal part number, type, category, risk data, and linked parts.
Security
BearerAuth
GET
curl -i -X GET \
'https://api.luminovo.com/components?page=0&page_size=0' \
-H 'Accept: application/api.luminovo.component-v1+json' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Paginated list of components.
Components on the current page.
Response
{ "components": [ { … } ], "page": 0, "page_size": 0, "total_count": 0 }