Chats Messages
Get Chat Messages
Get a list of messages for a specific chat.
GET
Get Chat Messages
Documentation Index
Fetch the complete documentation index at: https://docs.useinvent.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer token authentication using your API key
Path Parameters
Chat ID
Query Parameters
The date to start fetching messages from
Page number
Number of items to take
Next page token (Only used on special endpoints)
Response
200 - application/json
The role of the message
Available options:
user, assistant, system, tool, event, note The model used for the message
The chat status
Available options:
RUNNING, COMPLETED, FAILED, CANCELED The message content
System message
- Option 1
- Option 2
- Option 3
- Option 4
- Option 5
- Option 6
The tools used in the message
Maximum array length:
10Enabled features for the model
The member of the chat
Error message if the message failed
ID of the broadcast this message originates from
Whether this message was sent via a broadcast template
The usage information for the message
Get Chat Messages