Get Tags
GET/workflows/tags
Get all unique tags from workflows in a project (all privacy levels). Optionally filter by status.
Get Tags
curl https://api.cloud.scenario.com/v1/workflows/tags \
-u "$SCENARIO_SDK_API_KEY:SCENARIO_SDK_API_SECRET"{
"tags": [
"string"
]
}Returns Examples
{
"tags": [
"string"
]
}