Skip to main content
GET
/
v1
/
templates
/
build
/
{buildID}
/
logs
Stream build logs
curl --request GET \
  --url https://api.hopx.dev/v1/templates/build/{buildID}/logs \
  --header 'X-API-Key: <api-key>'
"<string>"

Authorizations

X-API-Key
string
header
required

API key for authentication (format: sk_live_...)

Path Parameters

buildID
string
required

Build ID

Response

Event stream of build logs

The response is of type string.