How long Libretto Cloud keeps job results, debug artifacts, and logs.
team@libretto.sh if you need a different window.| Data | Default retention |
| Job results and run history | For the life of your workspace |
| Saved credentials | Until you delete them, or the workspace is deleted |
| Deployed workflow code | Until you delete the workflow |
| Failure screenshots and page HTML | 90 days |
| Executor and workflow logs | 30 days |
| Session recordings | 30 days, for runs that captured one |
result payload on POST /v1/jobs/get and on job.completed webhooks. Libretto Cloud does not automatically delete job history. Failed and cancelled runs keep their error and stack instead of a result.POST /v1/logs/list. When a run fails and Libretto Cloud prepares a debug report, the logs it collected are stored alongside the other debug artifacts for that run and follow the 90-day window instead.POST /v1/recordings/get. Headful runs, the default, are recorded; runs created with headless: true are not, and neither are runs that fail before a browser starts. A recording is kept for 30 days, and viewing links can expire sooner than that, so request a new link if one stops working while the recording still exists.team@libretto.sh. Custom retention can be negotiated for job results, logs, and debug artifacts.POST /v1/credentials/delete and workflows with POST /v1/workflows/delete.team@libretto.sh.