Skip to main content

Retrieve an existing asset

GET 

/asset/:assetId

Retrieve an existing asset

Request

Path Parameters

    assetId assetIdrequired

    ID of the asset to retrieve

Responses

Asset successfully retrieved

Schema

    description string

    Asset description

    schemaId schemaId (string)

    Unique identifier for Schema

    tags string[]

    Asset tags

    projectId projectId (string)

    Unique identifier for Project

    type string
    name assetName (string)required

    Possible values: <= 32 characters

    Name of the asset

    createdAt date-time

    Time representation of Asset creation

    data string

    Asset data

    url string

    Asset URL

    id string

    Unique identifier for Asset

Loading...