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.
curl --request GET \
--url https://api.example.com/workflows/{workflow_id}/tags \
--cookie fastapiusersauth=[
{
"id": "<string>",
"name": "<string>",
"color": "<string>"
}
]wf_[0-9a-zA-Z]+Was this page helpful?