GET
/
v1
/
chat
/
events
/
{id}
curl --request GET \
  --url https://api.botpress.cloud/v1/chat/events/{id}
{
  "event": {
    "id": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "type": "<string>",
    "payload": {},
    "conversationId": "<string>",
    "userId": "<string>",
    "messageId": "<string>",
    "status": "pending",
    "failureReason": "<string>"
  }
}

Path Parameters

id
string
required

Event id

Response

200
application/json
Returns the [Event](#schema_event) object if a valid identifiers were provided. Returns [an error](#errors) otherwise
event
object
required

The event object represents an action or an occurrence.