Debug workflow failures and investigate hosted workflow runs.
headless: true or the run fails before a browser starts. Use the recording with job state, logs, screenshots, and failure reports to understand what happened during the run./v1/jobs/get for status, params, timestamps, result or error, and mapped stack./v1/recordings/get with a job_id or session_id when you need a recording URL. Recording URLs are temporary; call the same endpoint again to generate a fresh URL after one expires./v1/jobs/debugReport for failed-run diagnosis, fix instructions, artifact links, job error details, and auto-repair fields when available./v1/logs/list for workflow logs and Libretto executor logs from the job, filtered by jobId, workflow, or severity.--auto-repair when deploying from the CLI:1npx libretto cloud deploy my-automations --auto-repair