[GH-ISSUE #3229] [BUG]: Chat access API #2075

Closed
opened 2026-02-22 18:28:03 -05:00 by yindo · 1 comment
Owner

Originally created by @khalilxg on GitHub (Feb 15, 2025).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3229

How are you running AnythingLLM?

Docker (local)

What happened?

im linking anythingllm api to an smpp server, the project needs chat history for everyuser via api, is this fonctionnality exists or not ! looking forward to implement it

Are there known steps to reproduce?

api post call, workspace chats without user_id

Originally created by @khalilxg on GitHub (Feb 15, 2025). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3229 ### How are you running AnythingLLM? Docker (local) ### What happened? im linking anythingllm api to an smpp server, the project needs chat history for everyuser via api, is this fonctionnality exists or not ! looking forward to implement it ### Are there known steps to reproduce? api post call, workspace chats without user_id
yindo added the possible bug label 2026-02-22 18:28:03 -05:00
yindo closed this issue 2026-02-22 18:28:03 -05:00
Author
Owner

@timothycarambat commented on GitHub (Feb 16, 2025):

You can do this via the workspace/{slug}/{chat|stream-chat} endpoint and instead of using a user ID you can specify nothing and have a shared history or use sessionID and you can partition chat sessions by some random foreign key you track independently.

When running anythingLLM go to Developer API and click on "View endpoint docs" to see the available endpoints

@timothycarambat commented on GitHub (Feb 16, 2025): You can do this via the `workspace/{slug}/{chat|stream-chat}` endpoint and instead of using a user ID you can specify _nothing_ and have a shared history or use `sessionID` and you can partition chat sessions by some random foreign key you track independently. When running anythingLLM go to Developer API and click on "View endpoint docs" to see the available endpoints
yindo changed title from [BUG]: Chat access API to [GH-ISSUE #3229] [BUG]: Chat access API 2026-06-05 14:44:23 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#2075