# 7. Get list folder

Returns a list of your folders

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

| Method | URL                                                                   |
| ------ | --------------------------------------------------------------------- |
| GET    | <http://127.0.0.1:2222/v1/folder/list?is_local=false&page=1&limit=10> |

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

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

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

```
[
    {
        "id": 598,
        "uuid": "9a7dc6b9-b088-49c4-9030-e28298f9bfa1",
        "name": "Facebook",
        "total_browser": 10,
        "created_at": "2023-10-30T07:12:36.000000Z",
        "created_at_diff": "18 hours ago"
    },
    {
        "id": 602,
        "uuid": "9a7f52ac-e791-4915-9912-d1c93c8c2556",
        "name": "Youtube",
        "total_browser": 10,
        "created_at": "2023-10-31T01:39:45.000000Z",
        "created_at_diff": "1 minute ago"
    }
]
```

[<br>](https://docs.hidemium.io/use-cases/api-automation-v2/get-profile/6.-get-profile-by-uuid)
