> 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/automation/list-scripts.md).

# List scripts

Returns a list of scripts (workflows)

### Example request (Hidemium V4) <a href="#example-request-hidemium-v4" id="example-request-hidemium-v4"></a>

<table><thead><tr><th width="257">Method</th><th>URL</th></tr></thead><tbody><tr><td>GET</td><td><a href="http://127.0.0.1:2222/v2/automation/script?page=1&#x26;limit=10">http://127.0.0.1:2222/v2/automation/script?page=1&#x26;limit=10</a></td></tr></tbody></table>

### **Response** <a href="#response" id="response"></a>

```
 "data": {
        "type": "success",
        "title": "Request successfully.",
        "content": [
                //content information 
                ]
        }
```

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