Skip to main content
GET
Get a build's logs

Authorizations

Authorization
string
header
required

Generate an API token at https://qlty.sh/user/settings/tokens

Path Parameters

ownerKeyOrId
string
required

Repository owner name (login) or workspace ID

Minimum string length: 3
Example:

"acme-corp"

projectKeyOrId
string
required

Repository name or project ID

Minimum string length: 3
Example:

"my-repo"

buildId
string
required

Build ID

Minimum string length: 3
Example:

"550e8400-e29b-41d4-a716-446655440000"

Response

The build's logs

The build's combined output, one log line per newline

Example:

"[qlty] Installing tools\n[qlty] Running analysis\n"