Current Apply Change log (live streaming)
Streams logs for the currently running Apply Changes installation in real-time.
This endpoint always returns a Server-Sent Events stream (text/event-stream).
If an Apply Changes is currently in progress, logs are streamed live in an interleaved format with step_id for each log line, supporting parallel deployments. The connection remains open until the installation completes or the client disconnects.
If no Apply Changes is currently running, returns an immediate exit event with "no install in progress" message and closes the stream.
For historical logs of completed installations, use /api/v1/installations/{id}/logs instead.
OK
Setup is not completed
{
"errors": {
"errors": [
"string"
]
}
}
errors
Unauthorized
{
"errors": {
"errors": [
"string"
]
}
}
errors
Forbidden
{
"errors": {
"errors": [
"string"
]
}
}
errors
curl -H 'Authorization: <value>' https://{api_host}/api/v1/current_installation_logs