Workflows and apps
App browser errors
Errors the app's iframe reported from the browser: render errors, unhandled rejections, and asset load failures.
GET
https://cloud.generalinput.com/v1/workflows/:id/app/errorsAuthenticationRequires
workflows:manage on a personal API key. A CLI session always passes.Query parameters
| Name | Type | Notes |
|---|---|---|
limit | integer | 1 to 100. Default 20. |
Response
{
"errors": [
{
"kind": "render-error",
"message": "Cannot read properties of undefined (reading 'map')",
"stack": "TypeError: …",
"eventTs": "2026-09-03T10:06:12.000Z"
}
]
}kind is render-error, unhandled-rejection, or load-failure. Server-side handler failures are under invocations instead.