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
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 selectedonce
daily
weekly
monthly
cron
webhook
TMC_OPERATOR
role is required to use this endpoint. - tags: filter on the tasks with
a specific tag, for example