getMetadataForAsset

API Version: 0.3.0

GET /asset/{asset_id}/metadata

Get metadata for asset.

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

asset_Id

string

Asset ID

Response

{
  "data": {
    "tags": [
      "string"
    ],
    "fields": [
      {
        "name": "string",
        "alias": "string",
        "description": "string",
        "data_type": "date",
        "unit": "string",
        "is_feature_info": true,
        "is_filter": true
      }
    ],
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
  },
  "status": "success"
}

Last updated

Was this helpful?