Skip to content
Get started

Get Tags

GET/workflows/tags

Get all unique tags from workflows in a project (all privacy levels). Optionally filter by status.

Query ParametersExpand Collapse
status: optional unknown
ReturnsExpand Collapse
tags: array of string

Array of unique tags from workflows in the project

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"
  ]
}