> 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/overview.md).

# 概述

## 统计数据导出分类

| 统计数据导出分类 | 相关接口 | 使用限制 |
| -------- | ---- | ---- |

| 看板数据信息 | <p><a href="/v3/developer-manual/api-reference/statistics-api/definition/get-charts.md">获取看板列表</a></p><p><a href="/v3/developer-manual/api-reference/statistics-api/definition/get-chartinfo.md">获取看板中的图表信息</a></p> | 无 |
| ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | - |

| 事件分析下载 | [获取事件分析数据](/v3/developer-manual/api-reference/statistics-api/definition/getevent.md) | <ul><li>单图下载每秒限速2次</li><li>单张图表单次下载数据量上限为20万条</li></ul> |
| ------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------- |

| 漏斗分析下载 | [获取漏斗分析数据](/v3/developer-manual/api-reference/statistics-api/definition/getfunnel.md) | 单图下载每秒限速2次 |
| ------ | ------------------------------------------------------------------------------------- | ---------- |

| 留存分析下载 | [获取留存分析数据](/v3/developer-manual/api-reference/statistics-api/definition/get-retention.md) | 单图下载每秒限速2次 |
| ------ | ----------------------------------------------------------------------------------------- | ---------- |

| 分群下载 | <p><a href="/v3/developer-manual/api-reference/statistics-api/definition/get-segm.md">获取分群列表</a></p><p><a href="/v3/developer-manual/api-reference/statistics-api/definition/get-segmentations.md">获取特定分群的用户列表</a></p> | <ul><li>单图下载每秒限速2次；</li><li>单张图表单次下载数据量上限为20万条；</li><li>分群用户较多时建议降低下载频次。</li></ul> |
| ---- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |

| 规则逻辑 | [获取圈选元素定义](/v3/developer-manual/api-reference/statistics-api/definition/get-auto.md) | 无 |
| ---- | ------------------------------------------------------------------------------------ | - |

* 本章节中API 的 project\_uid（项目UID）、dashboard\_id（看板ID）、chart\_id（事件分析单图ID）、funnel\_id（漏斗分析单图ID）、retention\_id（留存分析单图ID）、segmentation\_id（分群ID） 字段，均可在项目页面url中找到，如："<https://www.growingio.com/admin/projects/nxog09md/dashboard/YoX28w7R>" 中的 "nxog09md" 和 "YoX28w7R" 分别是 project\_id 和dashboard\_id。
  * dashboard\_id获取方式
    * 在项目URL中获取；
    * 通过[获取看板列表](/v3/developer-manual/api-reference/statistics-api/definition/get-charts.md)API根据project\_id获取所有看板信息。
  * chart\_id、funnel\_id、retention\_id的获取方式
    * 在项目URL中获取；
    * 通过[获取看板中的图表信息](/v3/developer-manual/api-reference/statistics-api/definition/get-chartinfo.md)API，根据dashboard\_id获取当前看板的所有图表信息，返回的信息中会包含图表ID，图表类型等信息。
* 统计数据导出的延迟一般为 30 分钟，比如导出早上 8 点到 9 点之间的数据时，一般需要 9:30 才能统计完毕。另外，每天凌晨因为需要运行天级别的统计任务，此时前一天的统计数据大概有 3-4 小时的延迟，建议在早上6点后进行导出任务。
