v1
latestOpenAPI 3.1.02026-07-2419603.1 MBDebugger
Get stream of sessions
Query parameters
An application UUID for which sessions are requested
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
Fetched sessions offset. When using pagination, always query based on limit value, not on the count of sessions returned by previous query.
IP address from which event originated
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.
User ID dimension of the user
Filters out sessions that don't contain at least one event with URL matching the specified string.
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
Describes how much back in time sessions shall be fetched, takes value in minutes
Response
A stream of sessions matching given criteria