List all conversations between a user and your clone
curl --location \ --request GET 'https://api.delphi.ai/api/conversation/list?slug=clone-slug&[email protected]' \ --header 'x-api-key: <key>'
{ "conversations": [ { "id": "b4177da8-40fc-4e5f-9c26-f7915d7e35e3", "title": "Tell me about yourself", "created_at": "2023-06-04T15:30:23+00:00", }, ] }
The slug of your clone
slug
The email of the user
email
History of the conversation between a user and a clone in chronological order
Hide Conversation
The id of the Conversation
id
The time the conversation was created
The title of the conversation (optional)
Was this page helpful?