GET
/
events
/
{id}
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>"
  }
}

Headers

x-user-key
string
required

Authentication Key

Path Parameters

id
string
required

Id of the Event

Response

200
application/json
Returns an [Event](#schema_event) object if a valid identifier was provided
event
object
required