v1

latestOpenAPI 3.1.02026-07-24239123562.1 KB
IDS

Get labels for an IDS

Returns a list of the labels associated with a IDS artifact

get/v1/artifacts/ids/{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

namestring required
valuestring required

Example response

[
  {
    "name": "label1",
    "value": "value1"
  },
  {
    "name": "another-label",
    "value": "another-value"
  }
]