Connector Run Once
curl --request POST \
--url https://cloud.onyx.app/api/manage/admin/connector/run-once \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"connector_id": 123,
"credential_ids": [
123
],
"from_beginning": false
}
'{
"success": true,
"message": "<string>",
"data": 123
}Connectors
Connector Run Once
Used to trigger indexing on a set of cc_pairs associated with a single connector.
POST
/
manage
/
admin
/
connector
/
run-once
Connector Run Once
curl --request POST \
--url https://cloud.onyx.app/api/manage/admin/connector/run-once \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"connector_id": 123,
"credential_ids": [
123
],
"from_beginning": false
}
'{
"success": true,
"message": "<string>",
"data": 123
}Documentation Index
Fetch the complete documentation index at: https://docs.onyx.app/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?
⌘I