List all Chat Messages
Messages
List Messages
Page through the message history of a chat.
GET
List all Chat Messages
Retrieve the messages of a chat as a paginated list, ordered as a conversation history.
Authentication
This request requires your API key in thex-api-key header.
Request
ID of the chat whose messages you want to list.
Response
The messages on the current page.
Total number of messages across all pages.
Number of items per page.
Total number of pages.
The current page number.
Whether a previous page exists.
Whether a next page exists.
The previous page number, or
null if there is none.The next page number, or
null if there is none.Examples
Success response
Error response
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.