Skip to main content
GET
Get status of build job (public)

Authorizations

x-api-key
string
header
required

Path Parameters

projectId
integer
required

Project ID

jobId
integer
required

Job ID

Response

200 - application/json

OK

success
boolean
required

Whether the operation succeeded

job
object
required
logs
object[]
required

Last 1000 log lines for this job.

error
string

Optional error description (set if 'success' was false)