Retrieval of scheduled runs
A new Orchestration API endpoint has been added to retrieve a list of all types of runs scheduled for a given period. The TMC_OPERATOR role or the TMC_ENGINE_USE permission is required to use this endpoint.
Access this endpoint via https://api.talend.com/apis/orchestration/2021-03/#operation_get-scheduled-executions.
Method | Endpoint | Description | Query parameters |
---|---|---|---|
POST | /orchestration/executables/events/search | Gets runs of all types of items such as tasks, pipelines or plans for a specific period. It returns a list of dates and times for each of which a run is triggered. |
The environmentId and the to parameters are required. |