job
run flow by version with GET and wait until completion
get/w/{workspace}/jobs/run_wait_result/fv/{version}
Path parameters
workspacestring required
versioninteger required
flow version ID
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
queue_limitstring
The maximum size of the queue for which the request would get rejected if that job would push it above that limit
payloadstring
The base64 encoded payload that has been encoded as a JSON. e.g how to encode such payload encodeURIComponent encodeURIComponent(btoa(JSON.stringify({a: 2})))
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)
skip_preprocessorboolean
skip the preprocessor
memory_idstring uuid
memory ID for chat-enabled flows
Response
job result
{"stackTrail":"paths:/w/{workspace}/jobs/run_wait_result/fv/{version}:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}