---
title: "Browse Google Drive Items"
method: GET
path: "/google-drive/installations/{installation_id}/browse"
tags: ["Usage"]
---

# Browse Google Drive Items

`GET /google-drive/installations/{installation_id}/browse`

## Path parameters

- `installation_id` string, required

## Query parameters

- `folder_id` string, nullable — Optional Drive folder ID to browse
- `q` string, nullable — Optional Drive item name search
- `page_token` string, nullable — Pagination token from the previous response
- `page_size` integer — Maximum Drive items to return

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/trynia/apis/nia-ai-api.md) · [All operations](https://skmtc.net/trynia/apis/nia-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trynia/nia-ai-api/revisions/d216ffc3efb6/schema)
