Skip to content

Files

Latest commit

b979fdd · Feb 27, 2025

History

History
44 lines (31 loc) · 963 Bytes

api-superuser-getRepoBuildStatusSuperUser.adoc

File metadata and controls

44 lines (31 loc) · 963 Bytes

getRepoBuildStatusSuperUser

GET /api/v1/superuser/{build_uuid}/status

Authorizations: oauth2_implicit (super:user)

Path parameters

Type Name Description Schema

path

build_uuid
required

The UUID of the build

string

Responses

HTTP Code Description Schema

200

Successful invocation

400

Bad Request

401

Session required

403

Unauthorized access

404

Not found

Example command

$ curl -X GET "https://quay-server.example.com/api/v1/superuser/<build_uuid>/status" \
  -H "Authorization: Bearer <ACCESS_TOKEN>"