Workflows and apps
App build status
The live app's build state, error, and last build time.
GET
https://cloud.generalinput.com/v1/workflows/:id/app/build-statusAuthenticationRequires
workflows:manage on a personal API key. A CLI session always passes.Response
{
"buildStatus": "ready",
"buildError": null,
"lastBuiltAt": "2026-09-03T10:01:30.000Z"
}buildStatus is pending, queued, building, ready, or error. On error, buildError carries the compiler output.