v1
latestOpenAPI 3.0.02026-08-062420.2 KBReturns a list of messages.
get/v1/message_export
Query parameters
created_afterstring date
Filter for conversations created after this date. Format should be yyyy-mm-dd or Unix timestamp in ms
created_beforestring date
Filter for conversations created before this date. Format should be yyyy-mm-dd or Unix timestamp in ms
Response
Array of messages
Example response
[
{
"initial_channel": "widgetchat",
"chat_input_question": "How can we help?",
"chat_input_answer": "None of the above",
"chat_menu_text": "Please input your order number.",
"form_submission": {
"name": "John Doe",
"email": "johndoe@gmail.com",
"phone": "+4512345678"
}
}
]