Templates
Stream build logs via SSE
Server-Sent Events stream of the build’s stdout/stderr. Connecting replays buffered output from the start of the build, then streams live as it arrives. Closes when the build reaches a terminal state.
GET
Stream build logs via SSE
Documentation Index
Fetch the complete documentation index at: https://docs.superserve.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
The unique identifier of the template.
The unique identifier of the template build.
Response
SSE stream of build log events
A single SSE event from the build log stream.
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 True on the final event.
Terminal status, present on the final event.
Available options:
ready, failed, cancelled Stream build logs via SSE