Executions
/api/v1/executions/current
Returns all currently running executions
200
Content type:application/json
OK
application/jsonArray of ApiOnGoingExecutionsModel
Child attributes
200
[
{
"user": "example",
"currentExecutions": "example",
"totalExecutions": "example",
"progress": "example",
"executionName": "example"
}
]
/api/v1/executions/scheduled
Returns info about scheduled executions
200
Content type:application/json
OK
application/jsonArray of ApiScheduledObjectsModel
Child attributes
200
[
{
"id": 96,
"executionName": "example",
"nextExecutionTime": "example",
"timeLeft": "example",
"schedule": "example",
"currentTime": "example",
"type": "example"
}
]