schedule_job
Schedule a new job that will fire a webhook at the given time (one-time, delayed, or recurring).
get_job
Get a scheduled job — its status, next run time, run count, and execution history.
list_jobs
List scheduled jobs, optionally filtered by agent, user, status, or limit.
cancel_job
Cancel a scheduled job. The job will not fire again.
update_job
Update a pending job's schedule, payload, or label without cancelling it.
get_job_history
Get a job's execution history — timestamps, HTTP status codes, response bodies, and errors.