---
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

## Changes

- **2026-07-26** `587cbdf607b0` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mixedbread/apis/mxbai-omni/changes/v1/integrations/gmail/sync/post.md)

---

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