Skip to main content
GET
/
platform
/
appdev
/
headless-app
/
builds
/
{branchName}
Error
A valid request URL is required to generate request examples
{
  "nextToken": "<string>",
  "jobs": [
    {
      "jobId": "<string>",
      "status": "<string>",
      "commitId": "<string>",
      "commitTime": "2023-11-07T05:31:56Z",
      "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

Query Parameters

maxResults
integer<int32>
default:20

The maximum number of records to list in a single response. defaults to 20, maximum is 100

nextToken
string

A pagination token

responseFields
string

limits which fields are returned in the response body

Response

Success

Response object for looking up headless storefront build jobs.

nextToken
string | null

A token used for paginating through build jobs on subsequent requests.

jobs
object[] | null

A list of items representing headless application build jobs.