v4
latestOpenAPI 3.1.02026-08-08221179273.1 KBcron-tasks
Schedule Daily Cron Tasks
Daily cron job endpoint to schedule next_run_at for all daily tasks. Should be called once per day (e.g., at midnight UTC).
Queues a Celery task to:
- Fetch all active daily tasks
- Calculate next_run_at based on user timezone + schedule_time
- Update next_run_at in database
Requires x-api-key header for authentication.
post/api/cron-tasks/admin/schedule-daily
Headers
x-api-keystring required
Response
Successful Response
{"stackTrail":"paths:/api/cron-tasks/admin/schedule-daily:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}