[PR #2539] [CLOSED] Add Get Threads API #2538 #4030

Closed
opened 2026-02-22 18:34:59 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/2539
Author: @lewismacnow
Created: 10/26/2024
Status: Closed

Base: masterHead: #2538-"Get-all-threads"-API


📝 Commits (4)

📊 Changes

3 files changed (+137 additions, -1 deletions)

View changed files

📝 server/endpoints/api/workspaceThread/index.js (+63 -0)
📝 server/models/workspaceThread.js (+11 -0)
📝 server/swagger/openapi.json (+63 -1)

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

Resolves #2538

What is in this change?

Enhance the API for AnythingLLM by adding functionality to get all Threads

Adds "threads" Get API

Additional Information

Developer Validations

Please Peer Review!

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/2539 **Author:** [@lewismacnow](https://github.com/lewismacnow) **Created:** 10/26/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `#2538-"Get-all-threads"-API` --- ### 📝 Commits (4) - [`5108f39`](https://github.com/Mintplex-Labs/anything-llm/commit/5108f396e1ff3434ff151241aec5fb143b83a391) Update workspaceThread.js - [`9949af3`](https://github.com/Mintplex-Labs/anything-llm/commit/9949af342e218196675d6a7666c8c906a76a9165) Update index.js - [`f68c42f`](https://github.com/Mintplex-Labs/anything-llm/commit/f68c42f93a83447f7526fca595bb51fc33857a50) Update openapi.json - [`e8d4efc`](https://github.com/Mintplex-Labs/anything-llm/commit/e8d4efcef07fd92e24ed156354f11a5fe7a5de39) Update index.js ### 📊 Changes **3 files changed** (+137 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `server/endpoints/api/workspaceThread/index.js` (+63 -0) 📝 `server/models/workspaceThread.js` (+11 -0) 📝 `server/swagger/openapi.json` (+63 -1) </details> ### 📄 Description ### Pull Request Type - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [x] 📝 docs ### Relevant Issues Resolves #2538 ### What is in this change? Enhance the API for AnythingLLM by adding functionality to get all Threads Adds "threads" Get API ### Additional Information ### Developer Validations Please Peer Review! - [ ] I ran `yarn lint` from the root of the repo & committed changes - [ ] Relevant documentation has been updated - [ ] I have tested my code functionality - [ ] Docker build succeeds locally --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:34:59 -05:00
yindo closed this issue 2026-02-22 18:34:59 -05:00
yindo changed title from [PR #2539] Add Get Threads API #2538 to [PR #2539] [CLOSED] Add Get Threads API #2538 2026-06-05 15:16:26 -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#4030