Skip to main content
GET
/
workflows
/
{workflow_id}
/
export
Export Workflow
curl --request GET \
  --url https://api.example.com/workflows/{workflow_id}/export \
  --cookie fastapiusersauth=
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

fastapiusersauth
string
cookie
required

Path Parameters

workflow_id
required

Query Parameters

format
enum<string>
default:json

Export format: 'json' or 'yaml'

Available options:
json,
yaml
version
integer | null

Workflow definition version. If not provided, the latest version is exported.

workspace_id
string<uuid>
required

Response

Successful Response