---
title: "Sync selected Slack channels"
method: POST
path: "/v1/integrations/slack/channels/sync"
tags: ["integrations"]
---

# Sync selected Slack channels

`POST /v1/integrations/slack/channels/sync`

Queue historical ingestion for selected Slack channels.

## Request body

- SlackChannelSyncParams — Parameters for manually syncing selected Slack channels.
  - `installation_id` string, uuid, required — Slack installation ID
  - `channel_ids` string[], nullable — Slack channel IDs to sync. Defaults to all selected channels.
  - `retry_failed_only` boolean — Only retry Slack channels whose most recent import errored or had failed items.

## Response `200`

Queued Slack channel sync jobs

- SlackChannelSyncResponse — Slack channel manual sync response.
  - `data` SlackChannelSync, required — Result of manually syncing selected Slack channels.
    - `store_id` string, required — Mixedbread store ID
    - `queued_channel_ids` string[], required — Slack channel IDs queued for historical sync
    - `skipped_channels` object, required — Slack channel IDs skipped by validation

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