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.
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"
}
}Authentication Key
Conversation id
Returns a Conversation object if a valid identifier was provided
Show child attributes
Identifier of the Conversation
Creation date of the Conversation in ISO 8601 format
Updating date of the Conversation in ISO 8601 format
Was this page helpful?