Skip to main content
POST
Error

Authorizations

fastapiusersauth
string
cookie
required

Path Parameters

workspace_id
string<uuid>
required

Body

multipart/form-data
title
string | null
Required string length: 1 - 100
description
string | null
Maximum string length: 1000
use_workflow_id
boolean
default:false

Use the workflow ID if it is provided in the YAML file

file
string | null

Response

Successful Response

Minimal version of WorkflowRead model for list endpoints.

id
string
required
Pattern: wf_[0-9a-zA-Z]+
title
string
required
description
string
required
status
string
required
icon_url
string | null
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
version
integer | null
required
tags
TagRead · object[] | null
alias
string | null
error_handler
string | null
latest_definition
WorkflowDefinitionReadMinimal · object | null
folder_id
string<uuid> | null
trigger_summary
WorkflowTriggerSummary · object | null