Retrieve session logs

This is to retrieve the session logs for a particular support session you created. A support session (e.g. based on a single support session link) can consist of multiple remote desktop sessions (e.g. technician starts and ends remote connections multiple times). Each remote desktop session can in turn have chat or file transfer activities within it. Note that only remote desktop sessions that have ended will be included in the API response. Therefore, this API response can contain anywhere from zero to multiple “session_logs” records, one for each remote desktop session performed.

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

ID of Splashtop team

integer
required

ID of support session

Query Params
string

(Optional) Start time of the desired time window (in UTC+0) Default value: three months before now (time of API call)

string

(Optional) End time of the desired time window (in UTC+0) Default value: now (time of API call)

integer

(Optional) Number of session logs per page Default value: 10

integer

(Optional) Page number of the page to return Default value: 1

string

(Optional) Sort order of the session logs (String) DESC: in descending order from new to old ASC: in ascending order from old to new Default value: DESC

Responses

400

Bad request — invalid parameters

401

Unauthorized — invalid or missing access token

403

Forbidden — insufficient scope, or the action/value/target is not allowed. See data.error for the sub-reason.

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