Skip to main content
GET
Stream build logs via SSE

Authorizations

X-API-Key
string
header
required

Path Parameters

template_id
string<uuid>
required

The unique identifier of the template.

build_id
string<uuid>
required

The unique identifier of the template build.

Response

SSE stream of build log events

A single SSE event from the build log stream.

timestamp
string<date-time>
stream
enum<string>

stdout/stderr are forwarded from the build process. system is platform-emitted status text (step boundaries, snapshot phase, terminal status).

Available options:
stdout,
stderr,
system
text
string
finished
boolean

True on the final event.

status
enum<string>

Terminal status, present on the final event.

Available options:
ready,
failed,
cancelled