> 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/4.-list-version.md).

# 4. List version

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/browser/get-list-version> |

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

```
{
    "win": [
        "115.0.5790.32",
        "114.0.5735.61"
    ],
    "lin": [
        "115.0.5790.32",
        "114.0.5735.90"
    ],
    "android": [
        "115.0.5790.32",
        "114.0.5735.196"
    ],
    "mac": [
        "115.0.5790.3",
        "114.0.5735.90"
    ]
}
```

[<br>](https://docs.hidemium.io/use-cases/api-automation-v2/get-profile/4.-list-tag)
