Skip to main content
GET
/
v1
/
build
cURL
curl --request GET \
  --url https://api.brume.dev/v1/v1/build \
  --header 'X-API-Key: <api-key>'
[
  {
    "jobId": "<string>"
  }
]

Authorizations

X-API-Key
string
header
required

The software is authentificated with this API key. When creating the API key, the software is registering his scope.

Response

200 - application/json

The list of pending build job requests

jobId
string