- Initiate Export — Submit an export request specifying the features to export.
- Poll Job Status — Check export status and download the configuration file when the job completes successfully.
Step 1: Initiate App Export
Creates an asynchronous export job for the search application configuration. Only the features listed in the request are exported.| Method | POST |
| Endpoint | {HOST_NAME}/api/public/bot/{botId}/search/app-export |
| Content-Type | application/json |
| Authorization | auth: {{JWT}} |
| API Scope | Search AI Export |
Query Parameters
| Parameter | Description | Mandatory |
|---|---|---|
| Bot ID | Your application ID. | Yes |
Request Parameters
| Parameter | Description | Mandatory |
|---|---|---|
features | Array of features to export. Pass an empty array [] to export all features. Available values: chunkStages, advancedConfig, businessRules, searchResultsConfig, answerConfig, answerRetrievals. | Yes |
Sample Request
Sample Response
| Field | Type | Description |
|---|---|---|
status | string | Current status of the request. |
jobId | string | Unique job identifier. Use this to poll for job status. |