Sessions
Overview of the sessions in a date range
GET
Authorizations
Enter your personal access token (PAT) to authenticate
Path Parameters
The UUID of the workspace
Example:
"123e4567-e89b-12d3-a456-426614174000"
Query Parameters
Only include sessions matching this segment UUID
Example:
"123e4567-e89b-12d3-a456-426614174000"
The specific date to filter sessions. Cannot be used together with date_from/date_to.
Example:
"2025-03-01"
Start date for filtering sessions (inclusive).
Example:
"2025-03-01"
End date for filtering sessions (inclusive).
Example:
"2025-03-10"
Filter sessions where the visited URL contains the given string.
Example:
"checkout"
Filter sessions where the referrer contains the given string.
Example:
"google.com"
The page number for pagination.
Example:
1
Number of sessions per page (1-1000).
Required range:
1 <= x <= 1000
Example:
10
Response
200
application/json
List of sessions
The response is of type object
.