v1
latestOpenAPI 3.1.02026-07-24239123562.1 KBai-workflows
Get labels for a ai-workflow
Returns a list of the labels associated with a ai-workflow artifact
get/v1/artifacts/ai-workflows/{namespace}/{slug}/{version}/labels
Path parameters
namespacestring required
Artifact namespace. Should be common, private-, or client-
slugstring required
Artifact slug
versionstring required
Artifact version
Query parameters
include_prereleasesboolean
Include prerelease artifacts in search
Response
Successfully fetched Labels
Example response
[
{
"name": "label1",
"value": "value1"
},
{
"name": "another-label",
"value": "another-value"
}
]