GET all logged in devices?

Ready to post? :mag: First, try searching for your answer.
Hi, I’m struggling to find a way to GET all logged in devices. i been trying to use the Retrieve device credentials but i get back and empty array. Is this the right way or om i totally on the wrong path.

Hi @igor.ljevak

Welcome back to the Auth0 Community!

Thank you for posting your question. There’s no direct API endpoint for devices, but if you are on the Enterprise plan, you can use the session endpoint to retrieve information about all sessions for the user with device information included in the response. Manage User Sessions with Auth0 Management API

Thanks
Dawid