curl --request GET \
--url https://api.example.com/workflows/{workflow_id}/export \
--cookie fastapiusersauth={
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Export a workflow’s current state and optionally its definitions and logs.
Supported formats are JSON and CSV.
curl --request GET \
--url https://api.example.com/workflows/{workflow_id}/export \
--cookie fastapiusersauth={
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}wf_[0-9a-zA-Z]+Export format: 'json' or 'yaml'
json, yaml Workflow definition version. If not provided, the latest version is exported.
Successful Response
Was this page helpful?