Why is the conversations details query not giving me the screenRecording flag?

Hello.

I am using the POST /api/v2/analytics/conversations/details/query endpoint, in an organization with the screen recording feature. According to the documentation, one of the data that should be handed by the endpoint is a flag indicating if the screen recording was started or not.

However, the response is missing this field. Does something need to be set in order to get this flag? FYI I am using the Python SDK.

Appreciate any help.

That's a good question, I can confirm it's never given it because I've always had to listen to v2.routing.queues.{id}.conversations to obtain it.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.