---
title: "Sync Google Agents"
method: POST
path: "/v1/integrations/google-agents/sync"
tags: ["google_agents"]
---

# Sync Google Agents

`POST /v1/integrations/google-agents/sync`

Trigger a synchronous sync of all Google CES + DFCX agents for the org.

Returns a result dict with counts of created/updated/removed agents per provider
and any per-location errors encountered during the sync.

Accepts an optional JSON body. When ``sync_all`` is explicitly ``false`` and
``dfcx_agent_ids`` / ``ces_keys`` are provided, only those agents are synced
and mark-removed is skipped. Any other body (or no body) triggers a full sync.

## Headers

- `X-API-Key` string, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/getbluejay/apis/bluejay-api.md) · [All operations](https://skmtc.net/getbluejay/apis/bluejay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbluejay/bluejay-api/revisions/f48cef80963f/schema)
