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.
curl --request GET \
--url https://api.egp.scale.com/v5/builds/{build_id}/logs \
--header 'x-api-key: <api-key>'{
"line": "<string>"
}