> For the complete documentation index, see [llms.txt](https://docs.illuminate.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.illuminate.finance/illuminapi/get/get-status.md).

# 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 %}
