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

# List database tool configurations



## OpenAPI

````yaml /api-reference/openapi.json get /api/v1/bi/tool-configs/database
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/tool-configs/database:
    get:
      tags:
        - bi-datasets
      summary: List database tool configurations
      operationId: list_database_tool_configs_api_v1_bi_tool_configs_database_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                additionalProperties: true
                type: object
                title: >-
                  Response List Database Tool Configs Api V1 Bi Tool Configs
                  Database Get
      security:
        - HTTPBearer: []
components:
  securitySchemes:
    HTTPBearer:
      type: http
      scheme: bearer

````

## Related topics

- [List user's connected Google Drive tool configurations](/api-reference/bi-upload/list-users-connected-google-drive-tool-configurations.md)
- [Configuration](/configuration.md)
- [Tools](/concepts/tools.md)
- [List Mcp Configs](/api-reference/tools/list-mcp-configs.md)
- [Database](/self-hosting/database.md)
