Get a List of Active Recordings for a Session
Gets a list of currently active recordings for the session.
Authorizations: Sessions - RECORD
Requests
GET /apis/sessions/:sessionId/recordings |
Response
Success
{
"data": [
{
"id": "d0408eaa-a512-4256-813f-96c0b3f47bd0",
"session": "f443465b-dee0-484e-b4c3-60fd8209d7b6",
"username": "haiadmin",
"state": "RECORDING",
"duration": 25.638,
"recorders": [
{
"source": "323e1db5-5bb4-4988-85fc-b07605b365c8",
"chunk": "asset-chunk://d0408eaa-a512-4256-813f-96c0b3f47bd0/3/0/0",
"id": "6",
"state": "RECORDING"
}
],
"ctime": 1399402432,
"title": "Creator"
}
],
"paging": {
"results": 1,
"pageSize": 15
}
} |
Error
Code | Payload | Description |
|---|---|---|
404 | {"code":"040006", "name":"SessionNotFound", | Session with UUID |
404 | {"code":"040012", "name":"NoResults", | No results returned from the server. |