cURL
curl --request GET \ --url https://open.bigmodel.cn/api/llm-application/open/history_session_record/{app_id}/{conversation_id} \ --header 'Authorization: Bearer <token>'
{ "data": { "problems": [ "<string>" ] }, "code": 123, "message": "<string>", "timestamp": 123 }
获取推荐问题列表。
使用以下格式进行身份验证:Bearer <your api key>
应用id
会话id
请求成功
The response is of type object.
object
Was this page helpful?