cURL
curl --request GET \ --url https://api.egp.scale.com/v5/builds/{build_id}/logs \ --header 'x-api-key: <api-key>'
{ "line": "<string>" }
Stream build logs via Server-Sent Events (SSE).
Returns a streaming response with content-type text/event-stream. Each log line is sent as an SSE data event.
Server-Sent Events stream of build logs
A single log line from the build process.
The log line content