Hello all,
We have a use case where we want to fetch a list of filtered playbooks. We have a bunch of playbooks in a specific environment, but only some should pass through the filter -e.g. we only want containment playbooks returned rather than enrichment playbooks.
The only API method I know of is this: ApiWorkflowMenuCardDefinitionDataModel | Google Security Operations | Google Cloud Documentation but there it looks like the only filtering option is client side by string filtering on the playbook name (e.g. only fetch playbooks with a particular string component in the name).
Does anyone know of other Chronicle API options?

