Insights content generated from ODA using REST API is not same as that from online — Cloud Customer Connect
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Insights content generated from ODA using REST API is not same as that from online

Summary:

Insights content generated from ODA using REST API is not same as that created from exports tab online.

API used to trigger the job

/api/v1/bots/insights/dataExports?botId={botId}&since=2025-06-01&until=2025-06-19

Payload

{
"insightsDataExport": true,
"name": "testExport3121-1",
"taskType": "EXPORT"
}

using the generated jobid , checked the job status using below api

api/v1/bots/insights/{jobId}

took the filename from the response of the above api

to get the generated file

/api/v1/bots/insights/dataExports/{jobid}/files/{filename}

attached the files generated by the rest api trigger as well as the one generated online for reference. Please can you help to identify what is causing this difference.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!