# Table of Contents
- [Get insights | Glean Developer](#get-insights-glean-developer)
- [Insights API Overview | Glean Developer](#insights-api-overview-glean-developer)
---
# Get insights | Glean Developer
[Skip to main content](https://developers.glean.com/api/client-api/insights/insights#__docusaurus_skipToContent_fallback)
Get insights
============
POST
/rest/api/v1/insights
---------------------
Gets the aggregate usage insights data displayed in the Insights Dashboards.
Request[](https://developers.glean.com/api/client-api/insights/insights#request "Direct link to Request")
-----------------------------------------------------------------------------------------------------------
Responses[](https://developers.glean.com/api/client-api/insights/insights#responses "Direct link to Responses")
-----------------------------------------------------------------------------------------------------------------
* 200
* 400
* 401
* 429
OK
Invalid request
Not Authorized
Too Many Requests
---
# Insights API Overview | Glean Developer
[Skip to main content](https://developers.glean.com/api/client-api/insights/overview#__docusaurus_skipToContent_fallback)
The Insights API provides access to aggregated analytics and usage data about users, queries, and content within your Glean instance. Generate reports and dashboards to understand how your organization uses knowledge resources and identify opportunities for improvement.
Use Cases
---------
### Usage Analytics
Analyze user behavior, search patterns, and content engagement to understand how your organization accesses and uses knowledge resources.
### Performance Metrics
Track search performance, user satisfaction, and content effectiveness to optimize your knowledge management strategy.
### Business Intelligence
Create custom dashboards and reports to provide leadership with insights into knowledge usage and organizational productivity.
API Endpoints
-------------
| Method | Endpoint | Purpose |
| --- | --- | --- |
| POST | [`/rest/api/v1/insights`](https://developers.glean.com/api/client-api/insights/insights) | [Get insights](https://developers.glean.com/api/client-api/insights/insights)
Gets the aggregate usage insights data displayed in the Insights Dashboards. |
---