Get Build Log
get_build_logRetrieve the build log for a specific Unity Cloud Build build and return the last N lines to help investigate failures.
Instructions
Get the build log for a specific build. Returns the last N lines to help investigate failures.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tail | No | Number of lines from the end to return (default 100) | |
| project | No | Project ID or name (defaults to the configured default project) | |
| buildtarget | Yes | Build target ID | |
| build_number | Yes | Build number |