v1

latestOpenAPI 3.0.32026-08-067332206.6 KB
labels

Fetch a label

Fetches the label.

get/labels/{label_id}

Headers

Accept'application/json' required

Response

The matching label.

Example response

{
  "data": {
    "id": "oqgkkd-fr5iv4-443db",
    "attributes": {
      "name": "onboarding",
      "path": [
        "oqgkkd-fr5iv4-443db",
        "abc123"
      ],
      "depth": 2
    }
  }
}