Scheduled Tasks
Create a scheduled task
Creates a recurring query task with a cron schedule and delivery channel. Requires admin role.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "http://localhost:3001/api/v1/scheduled-tasks" \ -H "Content-Type: application/json" \ -d '{ "name": "string", "question": "string", "cronExpression": "string" }'{
"property1": null,
"property2": null
}{
"error": "string",
"message": "string",
"requestId": "string"
}{
"property1": null,
"property2": null
}{
"property1": null,
"property2": null
}{
"error": "string",
"message": "string",
"requestId": "string"
}{
"error": "string",
"message": "string",
"requestId": "string",
"details": [
null
]
}{
"property1": null,
"property2": null
}{
"error": "string",
"message": "string",
"requestId": "string"
}