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 general

Field containing the response from the executed query or mutation

Example

{
"data": {
"assets": [
{}
]
}
}

Returned By