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 toDocumentation Index
Fetch the complete documentation index at: https://docs.cronapi.dev/llms.txt
Use this file to discover all available pages before exploring further.
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
The UUID of the job to trigger.
Response
Returns the execution result.HTTP status code returned by the webhook endpoint.
true if the webhook returned a 2xx status code.Execution time in milliseconds.
ISO 8601 timestamp of when the webhook was fired.
200
400