Cron Expression Validator & Next-Run Previewer is a paid API for AI agents from x402.forgemesh.io, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-15).
Validates a cron expression and returns its next N scheduled run times as ISO timestamps in a specified timezone
Validates a cron expression and lists its next several scheduled run times as ISO timestamps in any timezone, so you can confirm a schedule does what it's supposed to before deploying it. For automation and DevOps agents building or auditing recurring jobs.
Returns a list of N upcoming ISO 8601 timestamps (default 5) representing the next scheduled run times of the given cron expression, computed in the requested IANA timezone. Allows the caller to visually verify the schedule fires at the intended times before deployment.
POSThttps://x402.forgemesh.io/cron-schedule-checkerUse this endpoint when you need to programmatically validate a cron expression and preview its upcoming run times before deploying a scheduled job, or when auditing existing schedules for correctness across timezones. Prefer this over manual cron parsing tools when operating in an automated agent workflow that requires reliable, timezone-aware schedule verification at low cost.
| Field | Type | Description |
|---|---|---|
| count | string | how many runs, default 5 |
| timezone | string | IANA tz, default UTC |
| expression | string | cron expression, e.g. */15 9-17 * * 1-5 |
{
"type": "json",
"example": {
"next_runs": [
"2026-07-16T13:00:00.000Z",
"2026-07-17T13:00:00.000Z",
"2026-07-20T13:00:00.000Z"
]
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
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"