Skip to content
Wazapin
Esc
navigateopen⌘Jpreview

List conversation events

GET/v1/conversations/{convID}/events
Authorization
bearerAuthbearerAuthrequired
or
apiKeyAuthapiKeyAuthrequired
Path parameters
convIDstringrequired
Conversation ID
Responses
200OK
itemsConversationEventItem[] | nullrequired
Show properties
Array of ConversationEventItem
actor_namestring | nullrequired
actor_user_idstring | nullrequired
conversation_idstringrequired
created_atstringrequired
event_typestringrequired
idstringrequired
organization_idstringrequired
payloadanyrequired
sourcestringrequired
400Bad Request
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
401Unauthorized
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
403Forbidden
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
404Not Found
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
422Unprocessable Entity
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
500Internal Server Error
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
Request
curl -X GET "/v1/conversations/string/events"
Response
{
  "items": [
    {
      "actor_name": "string",
      "actor_user_id": "string",
      "conversation_id": "string",
      "created_at": "string",
      "event_type": "string",
      "id": "string",
      "organization_id": "string",
      "payload": "string",
      "source": "string"
    }
  ]
}