Insights Dashboard API

Is there any Insights Dashboard API to obtain information about the Openvidu sessions. Need information like SessionID, Duration, Total Users, Total Connections, Total Publishers, Total subscribers, Subscriber Streamed time, Publisher streamed time e.t.c

I am using Openvidu PRO and need to integrate/show the session insight with some custom Application.

@pabloFuente can you please help on this? I know all these data are available in Openvidu Inspector and kibana, but i need to expose it outside the Openvidu platform using some Rest API or any other method available.

Hi,

REST API giving access to Elasticsearch data from openvidu-server-pro is not public and not documented. But of course you can directly consume Elasticsearch data as you want. In the end the data shown in OpenVidu Inspector History page is just collecting information of these Elasticsearch documents: https://docs.openvidu.io/en/stable/openvidu-pro/detailed-session-monitoring/#creating-your-own-visualizations-and-dashboards

Just get the Elasticsearch data you need with your favourite client or tool.

Okay Thanks, Will expose the Elasticsearch outside the Openvidu and will get the required data.