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

# Execute a saved view

> Load a saved view and execute the saved query.

```http theme={null}
GET  /api/v1/saved_views/{id}
POST /api/v1/query
```

MoleSignal stores a saved view's `language`, `statement`, `stream`, and relative
`time_range_secs`. Load the view with `saved_views.read`, calculate an absolute microsecond time
range ending at the current time, and send those values to [Execute a
query](/en-US/api/query/execute). Query execution requires `streams.query`.

There is no separate saved-view run endpoint; the web application follows this same two-request
workflow.
