Skip to main content
GET
/
v5
/
builds
/
{build_id}
/
logs
Stream Build Logs
curl --request GET \
  --url https://api.egp.scale.com/v5/builds/{build_id}/logs \
  --header 'x-api-key: <api-key>'
{
  "line": "<string>"
}

Authorizations

x-api-key
string
header
required

Headers

x-selected-account-id
string | null

Path Parameters

build_id
string
required

Response

Server-Sent Events stream of build logs

A single log line from the build process.

line
string
required

The log line content