Actions
List Tags
Retrieve a list of tags with optional filtering.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Filters | A filter parameter that accepts a subset of MongoDB-style queries to filter by. Supported operators may differ based on the field’s data type. For Example: * Find a tag by its name. * Find tags that are either blue or green.To learn more about building MongoDB queries, please visit MongoDB documentation. |
[
{
"name": "string",
"color": "string",
"appliedOn": "none"
}
]
Was this page helpful?