Conversation
get/v1/conversation/chat/message
Query parameters
includeInternalNotesboolean
Include the agent's internal notes in the transcript. Honoured only for server-to-server API credentials, and never changes latestMessageType.
conversationIdstring required
The ID of the conversation you need to poll.
Response
The message generated from our API OR an empty response
Example response
{
"link": "https://app.lorikeetcx.ai/ticket-feedback/tickets/123",
"tags": [
"tag1",
"tag2"
],
"messages": [
{
"attachments": [
{
"url": "https://example.com/example.jpg",
"type": "image/jpeg",
"name": "example.jpg"
}
]
}
]
}