Skip to main content
POST
Run a content source now

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

kbId
string
required

Knowledge base to operate on. Get the ids from listMyKnowledgeBases.

configId
string
required

Content source to run, as returned by listContentSources.

Response

The run was accepted and is executing in the background.

Acknowledgement that a crawl of one content source was started.

status
enum<string>
required

Always started: the crawl was accepted and runs in the background.

Available options:
started
Example:

"started"

configId
string
required

The content source being crawled.

Example:

"6683f1c2a4b19e0012ab34cd"