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

# BI module statistics

> Returns the current count of dashboards and charts.



## OpenAPI

````yaml /api-reference/openapi.json get /api/v1/bi/stats
openapi: 3.1.0
info:
  title: apowerb API
  description: REST API of the apowerb agentic framework (open-source edition).
  version: 0.1.2
  license:
    name: MIT
    url: https://github.com/apowerb/apowerb/blob/main/LICENSE
servers:
  - url: https://api.example.com
    description: Your apowerb instance
  - url: http://localhost:8000
    description: Local stack
security: []
paths:
  /api/v1/bi/stats:
    get:
      tags:
        - bi-stats
      summary: BI module statistics
      description: Returns the current count of dashboards and charts.
      operationId: bi_stats_api_v1_bi_stats_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                additionalProperties: true
                type: object
                title: Response Bi Stats Api V1 Bi Stats Get
      security:
        - HTTPBearer: []
components:
  securitySchemes:
    HTTPBearer:
      type: http
      scheme: bearer

````

## Related topics

- [Upload a CSV file for BI analysis](/api-reference/bi-upload/upload-a-csv-file-for-bi-analysis.md)
- [Import a Google Drive file for BI analysis](/api-reference/bi-upload/import-a-google-drive-file-for-bi-analysis.md)
- [Hot-reload an agent's module and runner](/api-reference/agents/hot-reload-an-agents-module-and-runner.md)
- [List database tool configurations](/api-reference/bi-datasets/list-database-tool-configurations.md)
- [Editions and extensions](/concepts/editions.md)
