Skip to main content
GET
/
di
/
labels
/
list
{
  "metadata": {
    "totalCount": 123
  },
  "results": [
    {
      "name": "<string>"
    }
  ]
}
{
  "status": "<string>",
  "context": {},
  "type": "<string>",
  "title": "<string>",
  "detail": "<string>",
  "violations": [
    {
      "title": "<string>",
      "propertyPath": "<string>",
      "type": "<string>"
    }
  ]
}

Query Parameters

space
string

Space Identifier

Response

A list of all labels

metadata
object
results
object[]