GET
/
conversations
/
{id}
/
listen
curl --request GET \
  --url https://chat.botpress.cloud/{webhookUrl}/conversations/{id}/listen \
  --header 'x-user-key: <x-user-key>'
{}

Headers

x-user-key
string
required

Authentication Key

Path Parameters

id
string
required

Conversation id

Response

200
application/json
Returns nothing but a stream

The response is of type object.