Data Observability platform Help

Executions

Ongoing executions

/api/v1/executions/current

Returns all currently running executions

Responses

[ { "user": "example", "currentExecutions": "example", "totalExecutions": "example", "progress": "example", "executionName": "example" } ]

Scheduled executions

/api/v1/executions/scheduled

Returns info about scheduled executions

Responses

[ { "id": 96, "executionName": "example", "nextExecutionTime": "example", "timeLeft": "example", "schedule": "example", "currentTime": "example", "type": "example" } ]
27 May 2025