v1

latestOpenAPI 3.0.32026-07-1471019.9 KB
API: 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.

conversationIdstring uuid

ID of the chat conversation/thread.

messageIdstring uuid

ID of the message record that was created.

answerContentstring text

Content of the answer that was generated.

answerMessageIdstring text

Message ID for the associated generated answer. Use this to fetch suggested questions, references, details.

Example response

{
  "references": [
    {
      "relevanceRank": 1
    }
  ]
}