listMessages
Retrieves a list of Message you’ve previously created. The messages are returned in sorted order, with the most recent appearing first. The list can be filtered using Tags.
GET
/v1/chat/messagesAuthorization
AuthorizationBearerrequiredBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Header parameters
x-bot-idstringrequiredBot id
x-integration-idstringIntegration id
x-integration-aliasstringIntegration alias
Query parameters
nextTokenstringProvide the `meta.nextToken` value provided in the last API response to retrieve the next page of results
conversationIdstringConversation id
tagsobjectFilter by tags
afterDatestringDate in ISO 8601 string with UTC timezone after which the message was created (inclusive)
beforeDatestringDate in ISO 8601 string with UTC timezone before which the message was created (inclusive)
Response
Returns a list of Message objects.
messagesobject[]requiredmetaobjectrequired