Endpoint
Request
Headers
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
build_id | string | ✅ Yes | Build job ID returned from build request |
Response
Status Code:200 OKContent-Type:
text/event-stream
The response is a Server-Sent Events (SSE) stream:
DEBUG- Debug informationINFO- Informational messagesWARN- Warning messagesERROR- Error messages
Examples
- cURL
- Python
- JavaScript
-N flag disables buffering for real-time streaming.Complete Example with Status Polling
Combine logs with status polling:Error Responses
404 Not Found - Build ID not foundNotes
- Logs are streamed in real-time as they are generated
- The stream continues until the build completes or fails
- Use
Accept: text/event-streamheader for SSE format - For HTTP clients that don’t support SSE, the logs are still streamed but may be buffered

