Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://staging.hymalaia.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 }
Used to trigger indexing on a set of cc_pairs associated with a single connector.
Authorization header with Bearer token
Successful Response