List Pipeline Tags
GET/api/v1/workspaces/:workspace_name/pipeline-tags
List distinct tag strings attached to pipelines in this workspace.
Returns tag names currently in use, suitable for autocomplete when adding tags.
Use the name query parameter for case-insensitive substring search.
Use order to control alphabetical sort direction (default ascending).
To filter the pipelines list by tag, use GET .../pipelines with repeated
tags query parameters; matching is case-insensitive and uses OR semantics.
Request
Responses
- 200
- 422
Successful Response
Validation Error
Was this page helpful?