Skip to main content

Retrieve the current status of a specific component.

GET 

/component/status/:catalogId

This endpoint retrieves and returns the current status of the component identified by the given catalogId.

Request

Path Parameters

    catalogId stringrequired

    Catalog ID of the component to retrieve

Responses

Schema

    catalogId stringrequired
    latest booleannullable
    metadata nullable
    name stringrequired
    releaseAt date-timenullable
    releaseNotes stringnullable
    size int64required
    version stringrequired
    downloadDuration int32nullable

    download duration in seconds

    errMsg stringnullable
    eta int32nullable
    progress floatnullable
Loading...