curl https://qstash.upstash.io/v2/schedules \ -H "Authorization: Bearer <token>"
[ { "scheduleId": "scd_1234", "createdAt": 1623345678001, "cron": "0 0 1 * *", "destination": "https://example.com", "method": "POST", "header": { "Content-Type": ["application/json"] }, "body": "{\"message\":\"hello\"}", "retries": 3 } ]
List all your schedules
Was this page helpful?