FAILED: The response generation or query execution failed. See error field.
COMPLETED: Message processing is completed. Results are in the attachments field. Get the SQL query result by calling getMessageAttachmentQueryResult API.
SUBMITTED: Message has been submitted.
QUERY_RESULT_EXPIRED: SQL result is not available anymore. The user needs to rerun the query. Rerun the SQL query result by calling executeMessageAttachmentQuery API.
MessageStatus. The possible values are:
FETCHING_METADATA: Fetching metadata from the data sources.FILTERING_CONTEXT: Running smart context step to determine relevant context.ASKING_AI: Waiting for the LLM to respond to the user's question.PENDING_WAREHOUSE: Waiting for warehouse before the SQL query can start executing.EXECUTING_QUERY: Executing a generated SQL query. Get the SQL query result by calling getMessageAttachmentQueryResult API.FAILED: The response generation or query execution failed. Seeerrorfield.COMPLETED: Message processing is completed. Results are in theattachmentsfield. Get the SQL query result by calling getMessageAttachmentQueryResult API.SUBMITTED: Message has been submitted.QUERY_RESULT_EXPIRED: SQL result is not available anymore. The user needs to rerun the query. Rerun the SQL query result by calling executeMessageAttachmentQuery API.CANCELLED: Message has been cancelled.