Skip to content

Download Session Recording

GET
/audit/{auditLogId}/recording

Downloads a session recording file for the specified audit log entry. Recordings are returned as gzip-compressed files in either Guacamole (.guac) or Asciicast (.cast) format depending on the session type.

Authorizations

BearerAuth

Enter your session token to authenticate API requests

Type
HTTP (bearer)

Parameters

Path Parameters

auditLogId*

The unique identifier of the audit log entry containing the recording

Type
number
Required

Responses

Gzip-compressed session recording file

application/json
JSON
"string"

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Distributed under the MIT License