Skip to main content

Get a List of Active Recordings for a Session

Gets a list of currently active recordings for the session.

Authorizations: Sessions - RECORD

Requests

CODE
GET /apis/sessions/:sessionId/recordings

Response

Success

CODE
{
  "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",
"message":"Session not found", "httpStatusCode":404}

Session with UUID sessionId not found.

404

{"code":"040012", "name":"NoResults",
"message":"No results", "httpStatusCode":404}

No results returned from the server.

 

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.