REST API
Infra APIBuild

Get a download URL for a build's durable log

GET/api/v1/build/jobs/{id}/logs/download

Returns a short-lived signed GET URL for the durable, secret-masked log object. 404 if the build produced no output.

Authorization

BearerAuth
AuthorizationBearer <token>

Hydra JWT Bearer token

In: header

Path Parameters

id*string

Build job id

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/v1/build/jobs/string/logs/download"
{  "download_url": "string",  "expires_at": "string",  "logs_url": "string"}
{  "error": "string",  "message": "string"}
{  "error": "string",  "message": "string"}