Scheduler
Run Job Now
Manually trigger a job to run immediately. Works even when scheduler is disabled (for testing).
Args: job_id: The job identifier
Returns: Job execution result
post/api/scheduler/jobs/{job_id}/run
Path parameters
job_idstring required
Headers
x-api-tokenstring nullable
Response
Successful Response
{"stackTrail":"paths:/api/scheduler/jobs/{job_id}/run:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
No recorded changes to this endpoint across all 3 revisions of this API.