ReferenceAPIOperationsBuild Logs
Get build logs
Returns paginated historical build logs.
Operation ID
get_build_logsReturns paginated historical build logs.
Authorization
bearer_auth AuthorizationBearer <token>
In: header
Path Parameters
build_id*string
Build ID
Query Parameters
after_sequence?integer
Return logs after this sequence
Format
int64limit?integer
Page size
Format
int64Response Body
application/json
curl -X GET "https://example.com/v1/builds/string/logs"{ "logs": [ { "content": "string", "sequence": 0, "stream": "stdout" } ], "total": 0}