Overview of the sessions of an organisation
Authorizations
Enter your personal access token (PAT) to authenticate
Path Parameters
The UUID of the workspace
"123e4567-e89b-12d3-a456-426614174000"
The UUID of the organisation
"123e4567-e89b-12d3-a456-426614174000"
Query Parameters
The page number for pagination
1
The number of sessions per page
10
The specific date to filter sessions.
"2025-03-01"
The start date for filtering sessions. Can only be used if date
is not provided.
"2025-03-01"
The end date for filtering sessions. Can only be used if date
is not provided.
"2025-03-10"
Filters sessions where the visited URL contains the given string.
"checkout"
Filters sessions where the referrer contains the given string.
"google.com"
Response
1
10
15
150
"https://api.example.com/api/v1/workspaces?page=2"
null
"https://api.example.com/api/v1/workspaces?page=1"
"https://api.example.com/api/v1/workspaces?page=10"
"https://api.example.com/api/v1/workspaces"
1
15
A representation of a session
true