Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

org_id
string
required

The ID of the organization

project_name
string
required

The name of the project

id
string
required

The id of record

build_id
string
required

The ID of the build

Query Parameters

follow
boolean
default:false
tail
integer
default:200
since
string

Response

Stream of build log lines via Server-Sent Events (SSE). Log lines arrive as unnamed "data:" events; terminal stream errors as "event: error"; normal completion is signalled by a final "event: end" frame.

The response is of type file.