GET
/
llm-application
/
open
/
history_session_record
/
{app_id}
/
{conversation_id}
推荐问题接口
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
}

Authorizations

Authorization
string
header
required

使用以下格式进行身份验证:Bearer <your api key>

Path Parameters

app_id
string
required

应用id

conversation_id
string
required

会话id

Response

200
application/json

请求成功

The response is of type object.