Without `deploy` the latest build is used; that is what reflects the
current state. To examine a specific older one, pass its id.
The response is not a log tail but the neighbourhood of the fatal line:
the platform has already picked out what matters. Read `verdict` and the
summary, fix the code, deploy again — you close this loop yourself,
without involving the person.
`build_facts` — how it was built: `project_type`, `framework`,
`node_version`, `package_manager`, `install`, `build`, `output` (each
with its origin in parentheses: default, auto-detected, layero.json,
dashboard …), `source` (`git` / `cli`), `root_directory`, `queued_s`,
`duration_s`. Apps built into a container (`node_web`, `python_web`,
`ssr_next`, full-stack) also get `runtime_kind`, `start` (the start
command), `port`, `env` and, for full-stack, `fullstack` /
`fullstack_frontend`. A value marked `(as built)` is the platform's
record of this very build; `(current settings: …)` is what the project
settings resolve to now, not a fact about this build. A missing key
means the platform did not report that fact — on a failed build often
because it did not get that far, on a `ready` build it just is not
recorded (static builds print more than container builds); it is not a
sign of a problem. `sources_note` appears when a value is marked
`(from dashboard)` / `(from hint)`: that is «saved in the project
settings», by a person or by import-time detection — the platform does
not record which. `candidate_app_dirs` is filled when the builder found
several app folders in a monorepo and needs a `root_directory`.
Three log excerpts, all untrusted: `build_log_excerpt` — the build
itself; `launch_log_excerpt` — the platform's lines about starting the
app after the build (container launch, readiness probe, wake-ups), empty
for static sites; `runtime_log_excerpt` — what the app printed.
`next_action` is the instruction for you. `next_actions` is a separate,
machine-readable list of platform codes, possibly empty: `wait`,
`poll_status`, `fix_config`, `fix_code`, `fix_runtime`, `check_env`,
`inspect_logs`, `retry_deploy`, `runtime_idle` (the app is scaled to
zero — normal, it wakes on the next request).