---
title: "Get Asset Metadata"
method: GET
path: "/{asset_id}/metadata"
---

# Get Asset Metadata

`GET /{asset_id}/metadata`

## Path parameters

- `asset_id` string, required

## Response `200`

Metadata retrieved successfully

- object
  - `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
    - `total` integer — Total number of assets returned
    - `resource` object[] — Array of asset metadata objects
      - `extension` string — File extension of the asset (e.g., "mp4", "jpg")
      - `asset_id` string — Unique identifier of the asset
      - `original_filename` string — Original filename of the uploaded file
      - `file_size` string — Size of the file in bytes (as string)
      - `upload_status` string — Status of the upload operation (e.g., "SUCCESS")
      - `create_time` string — Timestamp when the asset was created (Unix timestamp in milliseconds)
      - `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

---

[API](https://skmtc.net/memories/apis/screenplay-extraction-api.md) · [All operations](https://skmtc.net/memories/apis/screenplay-extraction-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/memories/screenplay-extraction-api/versions/720c8c144ddc/schema)
