cURL
curl --request GET \ --url https://api.example.com/workflows/{workflow_id}/tags \ --cookie fastapiusersauth=
[ { "id": "<string>", "name": "<string>", "color": "<string>" } ]
List all tags for a workflow.
Successful Response
1 - 50
Hex color code
Was this page helpful?