Retrieve metadata information for a specific asset
| Parameter | Type | Required | Description |
|---|---|---|---|
| asset_id | string | Yes | The unique identifier of the asset (e.g., “re_660729180626595840”) |
| Parameter | Type | Description |
|---|---|---|
| code | string | Response code indicating the result status |
| msg | string | Response message describing the operation result |
| data | object | Response data object containing asset metadata information |
| data.total | integer | Total number of assets returned |
| data.resource | array | Array of asset metadata objects |
| data.resource[].extension | string | File extension of the asset (e.g., “mp4”, “jpg”) |
| data.resource[].asset_id | string | Unique identifier of the asset |
| data.resource[].original_filename | string | Original filename of the uploaded file |
| data.resource[].file_size | string | Size of the file in bytes (as string) |
| data.resource[].upload_status | string | Status of the upload operation (e.g., “SUCCESS”) |
| data.resource[].create_time | string | Timestamp when the asset was created (Unix timestamp in milliseconds) |
| data.resource[].modify_time | string | Timestamp when the asset was last modified (Unix timestamp in milliseconds) |
| success | boolean | Indicates whether the operation was successful |
| failed | boolean | Indicates whether the operation failed |
The unique identifier of the asset
Metadata retrieved successfully
Response code indicating the result status
"0000"
Response message describing the operation result
"success"
Response data object containing asset metadata information
Indicates whether the operation was successful
true
Indicates whether the operation failed
false