Stream a Custom Docker Image's build logs
Custom Images
Stream a Custom Docker Image's build logs
Server-Sent Events stream — replays build history so far, then streams live lines while a build is running, or the last completed build’s log if nothing is currently building. At most 2 concurrent streams per image. Heartbeat comment every 5s.
GET
Stream a Custom Docker Image's build logs
Authorizations
Send your API token (Dashboard → Settings → API Token) as Authorization: Bearer <token>.
Path Parameters
Response
200 - text/event-stream
text/event-stream of log events, each a raw log line string.
The response is of type string.