Trigger job
Jobs
Trigger job
Fire a job’s webhook immediately
POST
Trigger job
Manually triggers the job’s webhook without waiting for the scheduled time. The job’s status is updated to
completed or failed based on the webhook response.
Only jobs with
status: "pending" can be triggered. Already completed or failed jobs return a 400 error.Path parameters
string
required
The UUID of the job to trigger.
Response
Returns the execution result.integer
HTTP status code returned by the webhook endpoint.
boolean
true if the webhook returned a 2xx status code.integer
Execution time in milliseconds.
string
ISO 8601 timestamp of when the webhook was fired.
200
400