Skip to main content
Infrastructure/Installer

StreamDeployLogs

Stream real-time deployment log entries as server-sent events

GET/api/v1/installer/deploy/{deployId}/logs

Operation ID

StreamDeployLogs

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

Path Parameters

  • deployId
    StringRequired

    ID of the deploy session to stream logs from

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • result
    Object

    Result payload streamed by this operation

    • event
      String

      Event type for this log entry

      Example: log

    • data
      String

      JSON-encoded log entry or completion status message

      Example: {"time":"2026-04-16T10:00:00Z","level":"INFO","message":"step done"}

  • error
    Object

    Error details returned when stream processing fails

    • code
      String

      gRPC status code (e.g. NOT_FOUND, INVALID_ARGUMENT)

      Example: UNAUTHENTICATED

    • message
      String

      Human-readable error message

      Example: invalid or missing token