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

# Sync a GitHub connector

`POST /v1/integrations/github/sync`

Queue a full import of every selected repository.

## Request body

- GitHubSyncParams — Parameters for manually syncing a GitHub connector.
  - `installation_id` string, uuid, required — Mixedbread installation ID

## Response `200`

Queued GitHub sync

- GitHubSyncResponse — GitHub manual sync response.
  - `data` GitHubSync, required — Result of triggering a GitHub sync.
    - `installation_id` string, required — Mixedbread installation ID
    - `queued_repository_ids` string[], required — Repository IDs queued for a full sync

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-26** `9c6c72afde2d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mixedbread/apis/mxbai-omni/changes/v1/integrations/github/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.dev/mixedbread/apis/mxbai-omni/revisions/9c6c72afde2d?raw)
