API Reference
Export tasks and/or job templates as NDJSON bundle
GET
/api/export
Streams a newline-delimited JSON bundle. Tasks are emitted before job templates. Requires admin or superadmin role.
Operation IDexportBundle
Authentication
- BearerAuth
http bearerAPI key token (envoy_<hex>). Create keys from Settings → API Keys — see Using the API.
Query parameters
include_tasksbooleaninclude_job_templatesbooleantask_namesstringComma-separated task names to export (legacy; use repeated task_name for names that contain commas)
task_namearray<string>Exact task name to export. May be repeated.
Array items
itemstringjob_template_namesstringComma-separated job template names to export (legacy; use repeated job_template_name for names that contain commas)
job_template_namearray<string>Exact job template name to export. May be repeated.
Array items
itemstringstatusstringinclude_archivedbooleaninclude_versionsbooleanSuccess response body
200NDJSON export stream
NDJSON export stream
Content typeapplication/x-ndjson
responsestring