Get the build log of a build
GET/apps/:app-slug/builds/:build-slug/log
Get the build log of a specified build of a Bitrise app. You can get the build slug either by calling the /builds endpoint or by clicking on the build on bitrise.io and copying the slug from the URL. Preview of the log is returned in log_chunks field in JSON format. You can download the full raw log in txt by using the signed url returned in expiring_raw_log_url. Be aware that this url is expiring in 10 minutes!
RequestClick to copy link
ResponsesClick to copy link
- 400
- 401
- 404
- 500
Bad Request
Unauthorized
Not Found
Internal Server Error