Skip to main content

Get Video Metadata

Gets the metadata for the specified video. See Get a List of Session Metadata.

Authorizations: Recordings - VIEW

Requests

GET /apis/assets/:id/metadata

Response

Success

{
"data": [
  {
    "name": "calypso:creator",
    "field": [
      {
        "fieldType": "STRING",
        "valueString": "haiadmin"
      }
    ]
  },
  {
    "name": "calypso:recorded_from_session",
    "field": [
      {
        "fieldType": "STRING",
        "valueString": "e4e7c695-5d07-4646-b849- ee79a11d92aa"
      }
    ]
  },
  {
    "name": "calypso:creatorDisplayName",
    "field": [
      {
        "fieldType": "STRING",
        "valueString": "haiadmin"
      }
    ]
  }
]
}

Error

HTTP Status Code

Payload

HTTP Status Code

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

Specified video contains no metadata.

404
{"code":"040002", "name":"AssetNotFound",
"message":"Video not found", "httpStatusCode":404}

Video with UUID Id not found.

JavaScript errors detected

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

If this problem persists, please contact our support.