Getting Started
Using Delphi
- Section Overview
- Insights
- Mind
- Access
- Advanced
- Settings
- Instances
Build My Delphi
Integrate My Delphi
- Website
- Phone
- External
- Single Sign-On (SSO)
Monetize My Delphi
Engage My Users
Automations
Create
User Experience
Get in Touch
List Conversations
List all conversations between a user and your clone
GET
/
api
/
conversation
/
list
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",
},
]
}
Query
The slug
of your clone
The email
of the user
Response
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",
},
]
}
Was this page helpful?
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",
},
]
}
Assistant
Responses are generated using AI and may contain mistakes.