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

# Sync a Gmail connector

`POST /v1/integrations/gmail/sync`

Validate the Gmail connector and return whether a sync was queued.

## Request body

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

## Response `202`

Gmail sync state

- GmailSyncResponse — Gmail manual sync response.
  - `data` GmailSync, required — Result of triggering a Gmail sync.
    - `installation_id` string, required — Gmail installation ID
    - `enqueued_label_count` integer, required — Number of Gmail label sync jobs enqueued

## 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/versions/2eece97b5ae5/schema)
