listEvents
Retrieves a list of Event you’ve previously created. The events are returned in sorted order, with the most recent appearing first.
GET
/v1/chat/eventsAuthorization
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
typestringFilter by event type
conversationIdstringFilter by conversation id
userIdstringFilter by user id
messageIdstringFilter by message id
workflowIdstringFilter by workflow id
statusenum<string>Filter by status. Allowed values: pending, ignored, processed, failed.
Available options:
"pending","ignored","processed","failed","scheduled"Response
Returns a list of Event objects
eventsobject[]requiredmetaobjectrequired