Skip to main content
GET
/
v1
/
desktop
/
recordings
List desktop recordings.
curl --request GET \
  --url http://localhost:2468/v1/desktop/recordings
{
  "recordings": [
    {
      "bytes": 1,
      "fileName": "<string>",
      "id": "<string>",
      "startedAt": "<string>",
      "status": "recording",
      "endedAt": "<string>",
      "processId": "<string>"
    }
  ]
}

Response

Desktop recordings

recordings
object[]
required