获取对话
编辑获取对话
编辑通过对话 ID 检索现有的 Elastic AI 助手对话。
请求 URL
编辑GET <kibana 主机>:<端口>/api/security_ai_assistant/current_user/conversations/{id}
示例请求
编辑示例 1
检索具有 id
值为 a696901d-efff-4871-acbe-8123af841932
的 Elastic AI 助手对话。
GET api/security_ai_assistant/current_user/conversations/a696901d-efff-4871-acbe-8123af841932
响应代码
编辑200
表示调用成功。
响应有效负载
编辑具有唯一 id
的 JSON 对话对象。
示例 1
对话响应有效负载
{ "timestamp": "2024-08-02T07:19:08.124Z", "createdAt": "2024-08-02T07:19:08.124Z", "users": [ { "id": "u_mGBROF_q5bmFCATbLXAcCwKa0k8JvONAwSruelyKA5E_0", "name": "elastic" } ], "title": "Welcome", "category": "assistant", "apiConfig": { "connectorId": "my-gpt4o-ai", "actionTypeId": ".gen-ai" }, "isDefault": true, "messages": [], "updatedAt": "2024-08-02T07:19:08.124Z", "replacements": {}, "namespace": "default", "id": "a696901d-efff-4871-acbe-8123af841932" }