Skip to main content
GET
/
v1
/
desktop
/
recordings
/
{id}
/
download
Download a desktop recording.
curl --request GET \
  --url http://localhost:2468/v1/desktop/recordings/{id}/download
{
  "status": 1,
  "title": "<string>",
  "type": "<string>",
  "detail": "<string>",
  "instance": "<string>"
}

Path Parameters

id
string
required

Desktop recording ID

Response

Desktop recording as MP4 bytes