> ## 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 user's connected Google Drive tool configurations



## OpenAPI

````yaml /api-reference/openapi.json get /api/v1/bi/tool-configs/google-drive
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/google-drive:
    get:
      tags:
        - bi-upload
      summary: List user's connected Google Drive tool configurations
      operationId: list_gdrive_configs_api_v1_bi_tool_configs_google_drive_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                items:
                  additionalProperties: true
                  type: object
                type: array
                title: >-
                  Response List Gdrive Configs Api V1 Bi Tool Configs Google
                  Drive Get
      security:
        - HTTPBearer: []
components:
  securitySchemes:
    HTTPBearer:
      type: http
      scheme: bearer

````

## Related topics

- [Configuration](/configuration.md)
- [Tools](/concepts/tools.md)
- [List database tool configurations](/api-reference/bi-datasets/list-database-tool-configurations.md)
- [List Files](/api-reference/google-drive-browser/list-files.md)
- [List Mcp Configs](/api-reference/tools/list-mcp-configs.md)
