Skip to content

Files

Latest commit

 

History

History
44 lines (31 loc) · 959 Bytes

api-superuser-getRepoBuildLogsSuperUser.adoc

File metadata and controls

44 lines (31 loc) · 959 Bytes

getRepoBuildLogsSuperUser

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

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>/logs" \
  -H "Authorization: Bearer <ACCESS_TOKEN>"