job
run script preview
post/w/{workspace}/jobs/run/preview
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)
timeoutinteger
custom timeout in seconds for this preview run
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)
Request body
Response
job created