GET Chat History / Prompt Completion Pairs #1181
Unanswered
anmolGup123
asked this question in
Q&A
Replies: 2 comments
-
here - |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you so much!
Cheers,
Anmol
…On Fri, Nov 10, 2023 at 12:30 PM Henry Heng ***@***.***> wrote:
here - /api/v1/chatmessage/{yourchatflowid}, and you can query by
?sessionId={yoursessionid}. If you have FW instance authenticated with
username and password, you have to pass in those as Basic Auth -
https://stackoverflow.com/a/51500400
—
Reply to this email directly, view it on GitHub
<#1181 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BDFBECXYWZEWH3DGM4J3WXDYDZ6FLAVCNFSM6AAAAAA66YG5E6VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TKMZWHA2DK>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Does flowise have a chat history API? I know there's an API where you can POST a history array but how do I get chat history or Prompt completion pairs of flow? I see Langfuse fetched each prompt completion pair, so there must be some API , I just can't find it! I tried using https://api.flowise.com/api/v1/prompt_completion_pairs and https://api.flowise.com/api/v1/chathistory but getting 401
Beta Was this translation helpful? Give feedback.
All reactions