⏲️

Crontab Guru

Explain a crontab expression in human-readable form and show the next 5 scheduled runs.

devops API: POST /api/tools/crontab-guru

Input

🔌 API Usage

POST /api/tools/crontab-guru
Content-Type: application/json

// Example body:
{
  "expression": "0 9 * * 1-5"
}