List scheduler tasks.
POST/operator/scheduler/list
List scheduler tasks.
Request
- application/json
Bodyrequired
object
Responses
- 200
- 400
Success
- application/json
- Schema
- Example (auto)
Schema
- Array [
- ]
tasks object[]required
taskIdstringrequired
webhookstringrequired
nextExecutionstring<date-time>required
datastringrequired
{
"tasks": [
{
"taskId": "string",
"webhook": "string",
"nextExecution": "2024-07-29T15:51:28.071Z",
"data": "string"
}
]
}
Bad Request
- application/json
- Schema
- Example (auto)
Schema
statusnumber
errorMessagestring
{
"status": 0,
"errorMessage": "string"
}