Skip to content

Files

Latest commit

stevsmitSteven Smith
and
Steven Smith
Aug 11, 2023
87617be · Aug 11, 2023

History

History
37 lines (26 loc) · 837 Bytes

api-build-getRepoBuild.adoc

File metadata and controls

37 lines (26 loc) · 837 Bytes

getRepoBuild

GET /api/v1/repository/{repository}/build/{build_uuid}

Authorizations: oauth2_implicit (repo:read)

Path parameters

Type Name Description Schema

path

repository
required

The full path of the repository. e.g. namespace/name

string

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