Executions
Ongoing executions
Returns all currently running executions
Responses
[
{
"user": "example",
"currentExecutions": "example",
"totalExecutions": "example",
"progress": "example",
"executionName": "example"
}
]
Scheduled executions
Returns info about scheduled executions
Responses
[
{
"id": 96,
"executionName": "example",
"nextExecutionTime": "example",
"timeLeft": "example",
"schedule": "example",
"currentTime": "example",
"type": "example"
}
]
27 May 2025