GET
/
api
/
conversation
/
history

⚠️ Privacy Warning ⚠️

With Delphi’s public api the creator of Prodigy clones have the ability to view all interactions users have with their clones over the api. This only applies to:

  1. Conversations had through the api
  2. ONLY the Prodigy clones that the user who set up the API has created.

If you are using a custom application powered by Delphi, ask the creator how your conversations will be secured.

Delphi Privacy Statement

All interactions users have on the Delphi platform (delphi.ai) are private and will never be shared for any reason. We cannot, however, control what custom applications will do with your messages.

Query

id
uuid

The id of the conversation you would like to retrieve the message history of

include_citations
boolean

Defaults to false, if passed in as true will include the citations used for each message in the conversation history.

Response

history
Message array

History of the conversation between a user and a clone in chronological order

id
string

Delphi generated ID of the clone message

text
string

The text of the message

created_at
string

The time the message was sent

sender
string

Who sent the message. Either CLONE or USER

citations
list

List of citations that were used either directly or as relevant sources for the clone response