---
title: "list or search Google Drive files"
method: GET
path: "/w/{workspace}/native_triggers/google/drive/files"
tags: ["native_trigger"]
---

# list or search Google Drive files

`GET /w/{workspace}/native_triggers/google/drive/files`

## Path parameters

- `workspace` string, required

## Query parameters

- `q` string
- `parent_id` string
- `page_token` string
- `shared_with_me` boolean

## Response `200`

list of Google Drive files

- GoogleDriveFilesResponse
  - `files` GoogleDriveFile[], required
    - `id` string, required
    - `name` string, required
    - `mime_type` string, required
    - `is_folder` boolean
  - `next_page_token` string

---

[API](https://skmtc.dev/windmill/apis/windmill-api.md) · [All operations](https://skmtc.dev/windmill/apis/windmill-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/windmill/windmill-api/revisions/7b281701c340/schema)
