Asset API asset description returned with a notebook listing.

interface NotebookResourceEntityAsset {
    asset_id?: string;
    asset_type?: string;
    catalog_id?: string;
    created?: number;
    created_at?: string;
    href?: string;
    project_id?: string;
    version?: number;
}

Properties

asset_id?: string

The UUID of the asset.

asset_type?: string

The asset type. Always 'notebook'.

catalog_id?: string

The asset catalog ID.

created?: number

Timestamp of the creation date, ms since epoch.

created_at?: string

Date the asset was created, ISO format.

href?: string

The asset URL.

project_id?: string

The project the notebook belongs to.

version?: number

Version of the asset.