curl -X GET https://alfred.black/api/v1/openclaw/cron \ -H "Authorization: Bearer alf_your_key_here"
{ "...": "Structure depends on gateway cron output"}
OpenClaw
List Cron Jobs
List scheduled cron jobs
GET
/
api
/
v1
/
openclaw
/
cron
curl -X GET https://alfred.black/api/v1/openclaw/cron \ -H "Authorization: Bearer alf_your_key_here"
{ "...": "Structure depends on gateway cron output"}
List all scheduled cron jobs configured on your instance’s agent gateway. Cron jobs automate recurring agent tasks like periodic vault sweeps or maintenance runs.The response is returned as structured JSON when available, or as raw text in a raw field.
curl -X GET https://alfred.black/api/v1/openclaw/cron \ -H "Authorization: Bearer alf_your_key_here"
{ "...": "Structure depends on gateway cron output"}
The response format depends on the gateway’s output. If the gateway returns valid JSON, it is passed through as-is. Otherwise, the raw text is returned in a raw field.