User sessions API

  • Reference

The User Sessions API enables you to obtain data about user sessions. The API uses User Sessions Query Language (USQL) to query the required data. Both calls return the same data, differing only in how it's represented.

GET table

The GET table request executes a USQL query and returns results as a table structure of the requested columns.

GET tree

The GET tree request executes a USQL query and returns results as a tree structure of the requested columns—a flat list containing the requested columns.

User session structure

Learn the structure of a user session that contains all possible fields.

Related topics

  • Custom queries, segmentation, and aggregation of session data