Subscribe to the 'Component Start Installation' event.
GET/comps/events/start-installation
This endpoint allows clients to subscribe to server-sent events (SSE) that notify them when a component installation has started (typically when no installer file is found and the system is waiting for external installation).
Request
Responses
- 200
- 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.895Z",
"releaseNotes": "string",
"size": 0,
"version": "string",
"paths": [
"string"
]
}
Loading...