---
title: "Sync a Granola connector"
method: POST
path: "/v1/integrations/granola/sync"
tags: ["integrations"]
---

# Sync a Granola connector

`POST /v1/integrations/granola/sync`

Queue a manual sync for selected Granola folders.

## Request body

- GranolaSyncParams — Parameters for manually syncing a Granola connector.
  - `installation_id` string, uuid, required — Granola installation ID

## Response `200`

Queued Granola sync

- GranolaSyncResponse — Granola manual sync response.
  - `data` GranolaSync, required — Result of triggering a Granola sync.
    - `installation_id` string, required — Granola installation ID
    - `queued` boolean, required — Whether selected folders were queued

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/mixedbread/apis/mxbai-omni.md) · [All operations](https://skmtc.net/mixedbread/apis/mxbai-omni/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mixedbread/mxbai-omni/revisions/2eece97b5ae5/schema)
