> For the complete documentation index, see [llms.txt](https://growingio.gitbook.io/v3/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://growingio.gitbook.io/v3/developer-manual/api-reference/statistics-api/definition.md).

# 接口定义

- [获取看板列表](https://growingio.gitbook.io/v3/developer-manual/api-reference/statistics-api/definition/get-charts.md)
- [获取看板中的图表信息](https://growingio.gitbook.io/v3/developer-manual/api-reference/statistics-api/definition/get-chartinfo.md)
- [获取事件分析数据](https://growingio.gitbook.io/v3/developer-manual/api-reference/statistics-api/definition/getevent.md)
- [获取漏斗分析数据](https://growingio.gitbook.io/v3/developer-manual/api-reference/statistics-api/definition/getfunnel.md)
- [获取留存分析数据](https://growingio.gitbook.io/v3/developer-manual/api-reference/statistics-api/definition/get-retention.md)
- [获取分群列表](https://growingio.gitbook.io/v3/developer-manual/api-reference/statistics-api/definition/get-segm.md)
- [获取特定分群的用户列表](https://growingio.gitbook.io/v3/developer-manual/api-reference/statistics-api/definition/get-segmentations.md)
- [获取圈选元素定义](https://growingio.gitbook.io/v3/developer-manual/api-reference/statistics-api/definition/get-auto.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://growingio.gitbook.io/v3/developer-manual/api-reference/statistics-api/definition.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
