Sessions
Overview of the sessions of an organisation
GET
Authorizations
Enter your personal access token (PAT) to authenticate
Path Parameters
The UUID of the workspace
Example:
"123e4567-e89b-12d3-a456-426614174000"
The UUID of the organisation
Example:
"123e4567-e89b-12d3-a456-426614174000"
Query Parameters
The page number for pagination
Example:
1
The number of sessions per page (1-1000)
Required range:
1 <= x <= 1000
Example:
10
The specific date to filter sessions.
Example:
"2025-03-01"
The start date for filtering sessions. Can only be used if date
is not provided.
Example:
"2025-03-01"
The end date for filtering sessions. Can only be used if date
is not provided.
Example:
"2025-03-10"
Filters sessions where the visited URL contains the given string.
Example:
"checkout"
Filters sessions where the referrer contains the given string.
Example:
"google.com"
Response
200 - application/json
List of sessions
The response is of type object
.