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.

GetAiAssistantJobResultOutput

Response from the executed query or mutation

type GetAiAssistantJobResultOutput {
data: AiAssistantJobResult!
}

Fields

GetAiAssistantJobResultOutput.data ● AiAssistantJobResult! non-null object ai

Field containing the response from the executed query or mutation

Example

{
"data": {
"answer": "MRR is short for Monthly Recurring Revenue",
"assets": [
{
"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"
}
],
"status": "completed"
}
}

Returned By