Skip to main content
GET
/
platform
/
appdev
/
headless-app
/
builds
/
{branchName}
/
logs
/
{jobId}
Error
A valid request URL is required to generate request examples
{
  "jobId": "<string>",
  "steps": [
    {
      "stepName": "<string>",
      "status": "<string>",
      "logUrl": "<string>",
      "startTime": "2023-11-07T05:31:56Z",
      "endTime": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

branchName
string
required

The name of the branch to use for the request

jobId
string
required

The Identifier of the build to retrieve logs for

Query Parameters

responseFields
string

limits which fields are returned in the response body

Response

Success

The list of steps taken during the build job with links to logs.

jobId
string | null
steps
object[] | null