New endpoint and search criteria to filter tasks
A new endpoint with more advanced filtering parameters has been created to help you easily find specific tasks.
- You are now able to select tasks by setting filters on their tags and trigger
types in the request body.
The TMC_OPERATOR role is required to use this endpoint.
Method Endpoint Parameters POST orchestration/executables/tasks/search - tags: filter on the tasks with a specific tag, for example CRITICAL
-
triggerType: filter on the
tasks with a specific type of trigger. The value
could be
- no_trigger: tasks to be started manually or via API are selected
- once
- daily
- weekly
- monthly
- cron
- webhook