> 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/api-zi-dong-hua/huo-qu-zhang-hao-zi-liao/7.-huo-qu-wen-jian-jia-lie-biao.md).

# 7. 获取文件夹列表

返回您的文件夹列表

## 申请

<table><thead><tr><th width="258">模式</th><th>URL</th></tr></thead><tbody><tr><td>GET</td><td><a href="http://127.0.0.1:5555/get-list-folder">http://127.0.0.1:5555/get-list-folder</a></td></tr></tbody></table>

## 响应

```
[
    {
        "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"
    }
]
```
