> ## Documentation Index
> Fetch the complete documentation index at: https://developer.surefeedback.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List board labels

> List labels for the active organization.

Returns all labels for the active organization.

<ResponseExample>
  ```json 200 theme={null}
  {
    "success": true,
    "data": [
      {
        "id": "label-001",
        "name": "Bug",
        "color": "#EF4444",
        "icon_name": "bug",
        "description": "Bug-related work"
      }
    ]
  }
  ```
</ResponseExample>
