Skip to main content
GET
/
v1
/
run
cURL
curl --request GET \
  --url https://api.brume.dev/v1/v1/run \
  --header 'X-API-Key: <api-key>'
[
  {
    "artifactType": "<string>",
    "runId": "<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 run job requests

artifactType
string
runId
string