---
title: "Get Google Drive setting"
method: GET
path: "/google-drive-settings/{id}"
tags: ["google-drive-settings"]
---

# Get Google Drive setting

`GET /google-drive-settings/{id}`

Gets the setting (schedule, folder URL, etc.) for Google Drive data sources.

Required scope: \`ingestion:manage\`

## Path parameters

- `id` string, required

## Response `200`

Successful retrieval of Google Drive setting

- GoogleDriveSetting
  - `id` string, required — Google Drive ingestion setting ID
  - `name` string, required — Name of the Google Drive ingestion setting
  - `folder_url` string, required — Google Drive folder URL
  - `rrule` string — Recurrence rule (RFC 5545 RRULE)
  - `secret_id` string — ID of the associated secret

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

## Changes

> 71 revisions in range; 18 not diffed.

- **2026-03-23** `67ced9b6f5ba` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/qlonolink/apis/qaip-apis/changes/google-drive-settings/:id/get.md)

---

[API](https://skmtc.dev/qlonolink/apis/qaip-apis.md) · [All operations](https://skmtc.dev/qlonolink/apis/qaip-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/qlonolink/qaip-apis/revisions/61dc40676905/schema)
