Debugger

Get stream of sessions

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
uuid
required

An application UUID for which sessions are requested

integer
0 to 18446744073709552000

Limit of fetched sessions (default value: 100). Number of returned sessions can exceed the limit, because session splitting by user ID happens after querying the database for the given limit

integer
0 to 18446744073709552000

Fetched sessions offset. When using pagination, always query based on limit value, not on the count of sessions returned by previous query.

string

IP address from which event originated

string
length between 16 and 16

Visitor ID of the user. Sessions returned can contain different visitor IDs due to user splitting happening after database query, which can assign user ID of the new created session to visitor ID.

string

User ID dimension of the user

string

Filters out sessions that don't contain at least one event with URL matching the specified string.

integer
enum

Filters out sessions that don't contain at least one event of the specified type. The allowed values are:

  • 1 # page view
  • 2 # outlink
  • 3 # download
  • 4 # search
  • 5 # custom event
  • 6 # content impression
  • 7 # content interaction
  • 8 # goal conversion
  • 9 # ecommerce conversion
  • 11 # sharepoint
  • 12 # consent form impression
  • 13 # consent form click
  • 14 # consent decision
  • 15 # custom ping
  • 16 # cart update
  • 17 # broken event
  • 18 # excluded event
  • 19 # heartbeat
  • 20 # deanonymization
  • 21 # page performance
  • 22 # product detail view
  • 23 # add to cart
  • 24 # remove from cart
integer
1 to 300
Defaults to 30

Describes how much back in time sessions shall be fetched, takes value in minutes

Headers
string
enum
Defaults to application/x-ndjson

Generated from available response content types

Allowed:
Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/x-ndjson
text/plain