v1

latestOpenAPI 3.1.02026-07-266827131.9 KB

Get Asset Metadata

get/{asset_id}/metadata

Path parameters

asset_idstring required

The unique identifier of the asset

Response

Metadata retrieved successfully

codestring

Response code indicating the result status

msgstring

Response message describing the operation result

successboolean

Indicates whether the operation was successful

failedboolean

Indicates whether the operation failed

Example response

{
  "msg": "success",
  "data": {
    "total": 1,
    "resource": [
      {
        "extension": "mp4",
        "asset_id": "re_660729180626595840",
        "original_filename": "3",
        "file_size": "133652816",
        "upload_status": "SUCCESS",
        "create_time": "1766989317192",
        "modify_time": "1766989317192"
      }
    ]
  },
  "success": true
}