> ## 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.

# 执行保存视图

> 加载保存视图并执行保存的查询。

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

MoleSignal 在保存视图中记录 `language`、`statement`、`stream` 和相对时间窗
`time_range_secs`。先使用 `saved_views.read` 读取视图，以当前时间为终点换算绝对微秒时间窗，再把这些值
提交到[执行查询](/zh-Hans/api/query/execute)。查询执行需要 `streams.query`。

当前没有单独的保存视图运行接口；Web 应用也采用这两个请求完成执行。
