I need some help with the SDK (Python). I'm trying to list active sessions in Cognite using the following resource:
client.iam.sessions.list(status="ACTIVE"
However, I notice that even my client_id doesn't return in the listing (I'm logged in via browser with my user).
Am I misunderstanding this feature?