run flow by path and stream updates via SSE
Path parameters
Query parameters
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
The maximum size of the queue for which the request would get rejected if that job would push it above that limit
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 the preprocessor
memory ID for chat-enabled flows
delay between polling for job updates in milliseconds
Request body
The arguments to pass to the script or flow
Response
server-sent events stream of job updates
Changes
No recorded changes to this endpoint across all 176 revisions of this API.