Skip to main content
For the complete documentation index for agents and LLMs, see llms.txt.

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

Successful Response