job
run flow preview
post/w/{workspace}/jobs/run/preview_flow
Path parameters
workspacestring required
Query parameters
include_headerstring
List of headers's keys (separated with ',') whove value are added to the args Header's key lowercased and '-'' replaced to '_' such that 'Content-Type' becomes the 'content_type' arg key
invisible_to_ownerboolean
make the run invisible to the the script owner (default false)
job_idstring uuid
The job id to assign to the created job. if missing, job is chosen randomly using the ULID scheme. If a job id already exists in the queue or as a completed job, the request to create one will fail (Bad Request)
memory_idstring uuid
memory ID for chat-enabled flows
Request body
Response
job created