Queue Ad-Hoc Test Run for Scheduled Task is a paid API for AI agents from scheduler.withzero.xyz, paid per call via MPP, metered — billed by usage, status healthy (last checked 2026-09-11, last successful call 2026-09-02).
Triggers an immediate one-off test invocation of a scheduled task without advancing its next scheduled run time.
Run a task right now, synchronously: claims, runs the sandbox inline, and blocks until the run finalizes, then returns it. Billed like a normal cron run. Use it to trigger an on-demand run or to test a cron you just set up before trusting the schedule. Does NOT advance next_run_at. 📖 Full guide: https://scheduler.withzero.xyz/llms.txt
Returns a JSON object containing the new run's UUID (run_id), the parent task UUID (task_id), the current status string, the trigger type, and the claimed_at timestamp — confirming the ad-hoc run has been queued.
POSThttps://scheduler.withzero.xyz/api/v1/tasks/{id}/runsUse this endpoint when you need to immediately test or debug a specific scheduled task without disrupting its regular cron schedule. Ideal for verifying task logic after configuration changes, or triggering a one-off execution outside the normal cadence. Prefer this over waiting for the next scheduled run when iterating on task setup.
{
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {},
"description": "Empty body. Runs the task immediately and synchronously — blocks until the run finalizes, then returns it.",
"additionalProperties": false
}| Field | Type | Description |
|---|---|---|
| run_idrequired | string | |
| statusrequired | string | |
| task_idrequired | string | |
| triggerrequired | string | |
| claimed_atrequired | string |
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"