Retrieves the Event object for a valid identifier.
curl --request GET \ --url https://chat.botpress.cloud/{webhookUrl}/events/{id} \ --header 'x-user-key: <x-user-key>'
{ "event": { "id": "<string>", "createdAt": "2023-11-07T05:31:56Z", "payload": {}, "conversationId": "<string>", "userId": "<string>" } }
Authentication Key
Id of the Event
Returns an Event object if a valid identifier was provided
The response is of type object.
object
Was this page helpful?