Skip to main content
GET
List analytics sessions

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page
integer
default:1

page number of pagination list

Required range: x >= 1
limit
integer
default:25

no of rows per page

Required range: x >= 1

search keyword

filters
string

JSON object

Example:

"{\"condition\":\"AND\",\"filters\":[{\"type\":\"data\",\"field\":\"status\",\"operator\":\"equals\",\"value\":\"success\"}]}"

user_id
string

Filter sessions by the tracked user. Omit to retrieve all sessions.

Response

200 - application/json

OK

message
string
success
boolean
content
object