200
Tasks execution triggered successfully
application/json
Type:
[object]
{ "properties": { "results": { "description": "Execution results for each task", "items": { "properties": { "error": { "description": "Error message if execution failed", "type": "string" }, "succeeded": { "description": "Whether the task execution succeeded", "type": "boolean" }, "taskId": { "description": "ID of the executed task", "type": "string" } }, "type": "object" }, "type": "array" }, "tasksExecuted": { "description": "Number of tasks executed", "type": "integer" } }, "type": "object" }
401
Unauthorized
403
Forbidden - Only administrators can run scheduled tasks
500
Internal server error