---
title: "List Google Docs documents"
method: GET
path: "/public/v1/integrations/resources/googledocs/documents"
tags: ["Integration Resources"]
---

# List Google Docs documents

`GET /public/v1/integrations/resources/googledocs/documents`

Lists Google Docs documents for the connected account, to resolve a document_id for Google Docs trigger configs. Requires a USER API key.

## Query parameters

- `query` string — Optional search query to filter documents by name
- `limit` number
- `connectedAccountId` number, nullable

## Response `200`

Documents

- object
  - `documents` object[], required
    - `id` string, required
    - `name` string, required
    - `url` string, nullable
    - `createdTime` string, nullable
    - `modifiedTime` string, nullable
  - `total` number, required

---

[API](https://skmtc.net/getfrontline/apis/public-api.md) · [All operations](https://skmtc.net/getfrontline/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getfrontline/public-api/versions/9d33b6aad674/schema)
