curl -X GET \
-H "Authorization: Bearer alf_your_key_here" \
/api/v1/schedules/curator-hourly
{
"schedule": {
"spec": {
"cronExpressions": ["0 * * * *"]
},
"action": {
"startWorkflow": {
"workflowType": {
"name": "CuratorWorkflow"
},
"taskQueue": {
"name": "alfred-curator"
}
}
},
"state": {
"paused": false,
"notes": ""
}
},
"info": {
"recentActions": [],
"nextActionTimes": ["2026-02-26T15:00:00Z"]
}
}
Get detailed information about a specific schedule
curl -X GET \
-H "Authorization: Bearer alf_your_key_here" \
/api/v1/schedules/curator-hourly
{
"schedule": {
"spec": {
"cronExpressions": ["0 * * * *"]
},
"action": {
"startWorkflow": {
"workflowType": {
"name": "CuratorWorkflow"
},
"taskQueue": {
"name": "alfred-curator"
}
}
},
"state": {
"paused": false,
"notes": ""
}
},
"info": {
"recentActions": [],
"nextActionTimes": ["2026-02-26T15:00:00Z"]
}
}
curl -X GET \
-H "Authorization: Bearer alf_your_key_here" \
/api/v1/schedules/curator-hourly
{
"schedule": {
"spec": {
"cronExpressions": ["0 * * * *"]
},
"action": {
"startWorkflow": {
"workflowType": {
"name": "CuratorWorkflow"
},
"taskQueue": {
"name": "alfred-curator"
}
}
},
"state": {
"paused": false,
"notes": ""
}
},
"info": {
"recentActions": [],
"nextActionTimes": ["2026-02-26T15:00:00Z"]
}
}
Was this page helpful?