get_asset_access_activity
Read play / download access metrics for a single asset (totals + time-series).
Read-only tool.
Read play / download access metrics for a single asset (totals + time-series). Use this for "who has watched / downloaded this?" or "how active is this asset?" This is the same data shown on the asset's Access tab in the Nurama web app.
Input
| Property | Type | Required | Description |
|---|---|---|---|
assetId | string | yes | UUID of the asset. |
JSON Schema
{
"type": "object",
"properties": {
"assetId": {
"type": "string",
"description": "UUID of the asset."
}
},
"required": [
"assetId"
],
"additionalProperties": false
}