New optional filtering parameters have been added to get specific task runs and plan runs.
- You can now obtain task runs by setting filters on their tags. The
TMC_OPERATOR
role is required to use this endpoint.Access this endpoint via https://api.talend.com/apis/processing/2021-03/#operation_get-available-tasks-executions.
Method Endpoint Query parameters GET processing/executables/tasks/executions
-
tags: filter on the runs of
tasks with a specific tag, for example
CRITICAL
-
tags: filter on the runs of
tasks with a specific tag, for example
- Specific criteria for filtering plan runs have been added: environment and
workspace. The
TMC_OPERATOR
role is required to use this endpoint.Access this endpoint via https://api.talend.com/apis/processing/2021-03/#operation_get-available-plans-executions.
Method Endpoint Query parameters GET processing/executables/plan/executions
- environmentId: ID of the environment to which the plan executions belong to. The Id can be retrieved from the URL in Talend Cloud Management Console
-
workspaceId: ID of the
workspace to which the executions belong to. The Id
can be retrieved from the URL in Talend Cloud Management Console or by using
GET /orchestration/workspaces