List callout events

Lists chat and lifecycle events associated with a callout.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

calloutIdintegerRequired
Callout identifier.

Response

Successful.
idintegerOptional
calloutIdintegerOptional
calloutEventTypeIdintegerOptional
eventobjectOptional

The event payload. For chat comments this carries the message body, the sender role, and an optional supplierId.

createdBystringOptional
integrationUserIdinteger or nullOptional
createdAtdatetimeOptional
updatedAtdatetimeOptional
calloutEventTypeobjectOptional
calloutEventTagslist of objectsOptional

Tags derived from the event body (for example mentions such as @admin).

integrationUserobject or nullOptional

Present on list responses; null unless the event was created by an integration user.

Errors

401
Unauthorized Error