Get

Retrieves a single session by its ID. Access restricted to the caller’s organization. | () -> (Session1)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

session_idstringRequired

Response

Successful Response
schema_versioninteger
device_idstring
device_mac_addressstring
org_idstring

Must be a string starting with org_

session_created_at_timestampstringformat: "date-time"
_idstring
commentsstring or null
recordingboolean or nullDefaults to false
terminatedboolean or nullDefaults to false
recording_initiated_at_timestampstring or nullformat: "date-time"
publicboolean or nullDefaults to false

Errors