Subscribe to the 'Component Download Done' event.
GET/comps/events/download-completed
This endpoint allows clients to subscribe to server-sent events (SSE) that notify them when a component download has been completed.
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.893Z",
"releaseNotes": "string",
"size": 0,
"version": "string",
"paths": [
"string"
]
}
Loading...