ComputeService.

get_ai_chat_history

get_ai_chat_history(workspace_id: str, chat_history_interaction_id: str, thread_id_suffix: str) -> ChatHistoryResult

Get chat history with AI in GoodData workspace.

Parameters

nametypedescription
workspace_idstrworkspace identifier
chat_history_interaction_idstrcollect history starting from this interaction id. If None, complete chat history is returned. Defaults to "".
thread_id_suffixstrsuffix to identify a specific chat thread. If provided, chat_history_interaction_id is ignored. Defaults to "".

Returns

typedescription
ChatHistoryResultChat history response containing interactions and other metadata