Tools/Recordings

List device recordings

get/devices/{deviceId}/recordings

Path parameters

deviceIdstring required

Query parameters

typestring
statusstring

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

actionsinteger required
deviceIdstring required
endedAtstring date-time
errorstring
expiresAtstring date-time required
idstring required
namestring required
startedAtstring date-time required
statusstring required
typesstring[] nullable required

Example response

[
  {
    "$schema": "https://example.com/schemas/RecordingInfo.json"
  }
]

Changes