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