Atlas
Scheduled Tasks

Trigger scheduler tick

Serverless scheduler tick endpoint for Vercel Cron or external cron services. Checks for due tasks and executes them. Requires CRON_SECRET or ATLAS_SCHEDULER_SECRET.

POST
/api/v1/scheduled-tasks/tick

Response Body

application/json

application/json

application/json

application/json

curl -X POST "http://localhost:3001/api/v1/scheduled-tasks/tick"
{
  "property1": null,
  "property2": null
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}