workflows
Export Workflow
Export a workflow’s current state and optionally its definitions and logs.
Supported formats are JSON and CSV.
GET
/
workflows
/
{workflow_id}
/
export
Authorizations
Path Parameters
Query Parameters
Export format: 'json' or 'yaml'
Available options:
json
, yaml
Workflow definition version. If not provided, the latest version is exported.
Response
200 - application/json
The response is of type any
.