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>"
}
]
}Returns the current desktop recording catalog.
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>"
}
]
}Desktop recordings
Show child attributes