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

{
"id": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"internalLink": "https://app.castordoc.com/assets/fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"name": "Monthly Recurring Revenue",
"url": "https://cloud.google.com/looker"
}

Member Of