> For the complete documentation index, see [llms.txt](https://docs.hidemium.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hidemium.io/hidemium-4/i.-bat-dau-voi-hidemium/api-automation-v4/get-profile/3.-list-tag.md).

# 3. 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"
    }
]
```
