Hello,
I'm attempting to download the Interactions view using the Python API. Based on the API Explorer, the view name is listed as INTERACTION_DETAIL_VIEW.
However, it appears that this view is either bugged or unsupported, as my script consistently fails with the following error when making an export request:
HTTP response body: {"message":"Unknown Export Request Type","code":"bad.request","status":400,"contextId":"Content","details":[],"errors":[]}
Other views, such as AGENT_PERFORMANCE_SUMMARY_VIEW, work without issue.
When attempting the same API call through the API Explorer, I encounter the same error in my browser:
"The request failed with response code: 400. Message: Unknown Export Request Type."
Could you confirm if this view is still supported, or if I need to find an alternative way to access this data?