Returns historical chat records in a scrolling load format, with the first page returning the latest limit messages, i.e., in reverse order.
API Key authentication. For all API requests, include your API Key in the Authorization HTTP Header, prefixed with Bearer. Example: Authorization: Bearer {API_KEY}. Strongly recommend storing your API Key on the server-side, not shared or stored on the client-side, to avoid possible API-Key leakage that can lead to serious consequences.
Conversation ID.
User identifier.
The ID of the first chat record on the current page. Default is null (fetches the latest messages). For subsequent pages, use the ID of the first message from the current list to get older messages.
Number of chat history messages to return per request.
1 <= x <= 100