# Get Status

<mark style="color:blue;">`GET`</mark> `https://illumigate.swivel.exchange/status`

This endpoint allows you to request a status of the API and the protocol.

{% tabs %}
{% tab title="200: OK " %}

```javascript
{
  "status": "Illuminate protocol is active",
  "started": 1674757292,
  "illuminatePaused": false,
  "protocolsPaused": [
    false,
    false,
    false,
    false,
    false,
    false,
    false,
    false,
    false
  ]
}
```

{% endtab %}
{% endtabs %}
