Skip to main content

Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.

AssetWithInternalLink

Assets referenced in the AI Assistant job result

type AssetWithInternalLink {
id: String!
internalLink: String!
name: String!
url: String!
}

Fields

AssetWithInternalLink.id ● String! non-null scalar general

ID of the asset

The internal link of the asset (link to the asset in Catalog)

AssetWithInternalLink.name ● String! non-null scalar general

The name of the asset

AssetWithInternalLink.url ● String! non-null scalar general

The url of the asset

Example

Member Of