v1
latestOpenAPI 3.0.32026-07-1471019.9 KBAPI: Streaming Messaging
Get message details
Used for retrieval of references and other details of a message. Primarily used after streaming has been completed in order to retrieve id of the answer and references.
get/chat/message/{messageId}
Path parameters
messageIdstring uuid required
Example:16763be4-6022-406e-a950-fcd5018633ca
Response
Details of a message.
Example response
{
"references": [
{
"relevanceRank": 1
}
]
}