ComputeService.

get_ai_chat_history

get_ai_chat_history(workspace_id: <nil>, chat_history_interaction_id: <nil>, thread_id_suffix: <nil>) -> ChatHistoryResult

Get chat history with AI in GoodData workspace.

Parameters

nametypedescription
workspace_idworkspace identifier
chat_history_interaction_idcollect history starting from this interaction id. If None, complete chat history is returned.
thread_id_suffixsuffix to identify a specific chat thread. If provided, chat_history_interaction_id is ignored.

Returns

typedescription
ChatHistoryResultChat history response containing interactions and other metadata