Atlas
Scheduled Tasks

List scheduled tasks

Returns scheduled tasks for the active organization. Requires admin role, ATLAS_SCHEDULER_ENABLED=true, and an internal database.

GET
/api/v1/scheduled-tasks

Query Parameters

limit?string

Maximum number of items to return (1-100, default 20).

offset?string

Number of items to skip (default 0).

enabled?string

Filter by enabled status.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

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