Get Chat Messages
Last updated
Was this helpful?
Last updated
Was this helpful?
Completion ID
The ID of the chat completion to retrieve messages from.
Limit
Number of messages to retrieve.
Default : 20, Maximum : 100
Order
Sort order for messages by timestamp.
Ascending (Default) Descending
data[].id
The identifier of the chat message.
data[].role
The role of the author of this message.
(system, developer, assistant, user)
data[].content
The contents of the message.