Retrieve the list of components in the inventory.
GET/component/inventory
This endpoint returns a list of all components currently available in the inventory.
Request
Responses
- 200
- 500
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
catalogId stringrequired
latest booleannullable
metadata nullable
name stringrequired
releaseAt date-timenullable
releaseNotes stringnullable
size int64required
version stringrequired
paths string[]required
[
{
"catalogId": "string",
"latest": true,
"name": "string",
"releaseAt": "2026-01-01T11:09:05.881Z",
"releaseNotes": "string",
"size": 0,
"version": "string",
"paths": [
"string"
]
}
]
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
name stringrequired
statusCode int32required
{
"message": "string",
"name": "string",
"statusCode": 0
}
Loading...