# 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)
