---
title: "Connector Run Once"
method: POST
path: "/manage/admin/connector/run-once"
tags: ["public"]
---

# Connector Run Once

`POST /manage/admin/connector/run-once`

Used to trigger indexing on a set of cc_pairs associated with a
single connector.

## Request body

- RunConnectorRequest
  - `connector_id` integer, required
  - `credential_ids` integer[], nullable
  - `from_beginning` boolean

## Response `200`

Successful Response

- StatusResponseInt
  - `success` boolean, required
  - `message` string, nullable
  - `data` integer, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-02** `fcb09658bc37` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status
- **2026-01-06** `2d941ea53eb3` — 2 info
  - api tag `public` added
  - the response property `success` became required for the status `200`
- **2025-08-21** `9321c45d93b5` — 1 breaking, 1 info
  - the response property `success` became optional for the status `200`
  - api tag `public` removed

[Change history](https://skmtc.dev/onyx-dot-app/apis/onyx-api/changes/manage/admin/connector/run-once/post.md)

---

[API](https://skmtc.dev/onyx-dot-app/apis/onyx-api.md) · [All operations](https://skmtc.dev/onyx-dot-app/apis/onyx-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/onyx-dot-app/onyx-api/revisions/fcb09658bc37/schema)
