> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pidgeon.health/llms.txt
> Use this file to discover all available pages before exploring further.

# Loft Status & Reports

> Get overall Loft monitoring status and generate reports via the Bridge API.

## GET /api/loft/status

Get overall monitoring status across all interfaces. **Public**.

```bash curl theme={null}
curl http://localhost:5100/api/loft/status
```

## GET /api/loft/report

Generate a monitoring report. **Public**.

| Query Param  | Type   | Default  | Description                           |
| ------------ | ------ | -------- | ------------------------------------- |
| `format`     | string | `"text"` | Report format: `text`, `html`, `json` |
| `sinceHours` | int    | `24`     | Time range                            |

```bash curl theme={null}
curl "http://localhost:5100/api/loft/report?format=html&sinceHours=168"
```
