# 6. Get profile by uuid

Returns a profile information

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

<table><thead><tr><th width="195">Method</th><th>URL</th></tr></thead><tbody><tr><td>GET</td><td><a href="http://localhost:2222/v2/browser/get-profile-by-uuid/734e3202-4840-4507-a980-143d6f18eade?is_local=false">http://localhost:2222/v2/browser/get-profile-by-uuid/734e3202-4840-4507-a980-143d6f18eade?is_local=false</a></td></tr></tbody></table>

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

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

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

```

{
    "type": "success",
    "title": "Request successfully.",
    "content": {
        "uuid": "99801eb6-41c0-4f94-a3f7-f14d2886f594",
        "name": "Xander Crist I [3]",
        "config": {
            "name": "Xander Crist I [3]",
            "version": 112,
            "os": "win",
            "browser_type": "hidemium",
            "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.121 Safari/537.36",
            "osVersion": "Windows NT 10.0; Win64; x64",
            "browserVersion": "112.0.5615.121",
            "Resolution": {
                "width": 1920,
                "height": 1080,
                "pixelRatio": 2
            },
            "canvas": "noise",
            "WebGLImage": true,
            "WebGLMeta": true,
            "clientRectsEnable": false,
            "WebGLMetadataVendor": "Google Inc. (NVIDIA)",
            "WebGLMetadataRenderer": "ANGLE (NVIDIA, NVIDIA GeForce GTX 1070 Ti Direct3D11 vs_5_0 ps_5_0, D3D11-27.21.14.5671)",
            "languages": "en-US,en;q=0.9",
            "mediaDevices": true,
            "timezone": "Asia/Bangkok"
        },
        "proxy": "",
        "created_at": "2023-06-26T04:58:23.000000Z",
        "created_at_diff": "1 day ago",
        "note": "",
        "last_open": null,
        "last_open_diff": null,
        "status": null,
        "status_chil": 0,
        "tags": []
    }
}
```
