# 3. List status

Returns a list of status

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

<table><thead><tr><th width="233">Method</th><th>URL</th></tr></thead><tbody><tr><td>GET</td><td><a href="http://127.0.0.1:2222/v2/status-profile?is_local=true">http://127.0.0.1:2222/v2/status-profile?is_local=true</a></td></tr></tbody></table>

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

<table><thead><tr><th>Key</th><th width="210">Value</th><th>Description</th></tr></thead><tbody><tr><td>is_local</td><td>true/false</td><td>false: Show cloud profiles, true: Show local profiles</td></tr></tbody></table>

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

```
[
    {
        "id": 58,
        "name": "12345",
        "color": "btn-outline-purple"
    },
    {
        "id": 59,
        "name": "hahaha",
        "color": "btn-outline-warning"
    },
    {
        "id": 65,
        "name": "red",
        "color": "btn-outline-secondary"
    },
    {
        "id": 70,
        "name": "blue",
        "color": "btn-outline-primary"
    },
    {
        "id": 71,
        "name": "green",
        "color": "btn-outline-primary"
    }
]



```
