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

---

[API](https://skmtc.net/onyx-dot-app/apis/agents-api.md) · [All operations](https://skmtc.net/onyx-dot-app/apis/agents-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onyx-dot-app/agents-api/versions/ea131344b29e/schema)
