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.
idinteger
calloutIdinteger
calloutEventTypeIdinteger
eventobject

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

createdBystring
integrationUserIdinteger or null
createdAtdatetime
updatedAtdatetime
calloutEventTypeobject
calloutEventTagslist of objects

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

integrationUserobject or null

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

Errors

401
Unauthorized Error