# 4. List tag

Returns a list of tag

### **Example Request** <a href="#example-request-1" id="example-request-1"></a>

| Method | URL                                          |
| ------ | -------------------------------------------- |
| GET    | <http://127.0.0.1:2222/v2/tag?is_local=true> |

### Params <a href="#params" id="params"></a>

| Key       | Value      | Description                                           |
| --------- | ---------- | ----------------------------------------------------- |
| is\_local | true/false | false: Show cloud profiles, true: Show local profiles |

### **Example Response** <a href="#id-3.-example-response" id="id-3.-example-response"></a>

```
[
    {
        "value": 132,
        "label": "tag 1"
    },
    {
        "value": 136,
        "label": "tag 2"
    },
    {
        "value": 137,
        "label": "tag 3"
    },
    {
        "value": 138,
        "label": "tag 4"
    }
]
```
