Retrieve component in the inventory.
GET/component/inventory/:catalogId
This endpoint returns component currently available in the inventory by catalogId.
Request
Path Parameters
catalogId stringrequired
Catalog ID of the component to retrieve
Responses
- 200
- 500
- application/json
- Schema
- Example (from schema)
Schema
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.883Z",
"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...