WorkerWorker Cron Trigger

Get Cron Triggers

GET
Fetches Cron Triggers for a Worker.

Path parameters

script_namestringRequired
Name of the script, used in URLs and route configuration.
account_identifierstringRequired
Identifier

Response

This endpoint returns an object
result
objectOptional
GET
1curl https://api.cloudflare.com/client/v4/accounts/023e105f4ecef8ad9ca31a8372d0c353/workers/scripts/this-is_my_script-01/schedules \
2 -H "Authorization: Bearer <token>"
200Retrieved
1{
2 "result": {
3 "schedules": [
4 {}
5 ]
6 }
7}