[PR #1679] [MERGED] feat(api): match /assistants search parameters, pagination #1644

Closed
opened 2026-02-15 20:16:23 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1679
Author: @isahers1
Created: 9/19/2025
Status: Merged
Merged: 9/19/2025
Merged by: @dqbd

Base: mainHead: isaac/server_changes


📝 Commits (5)

📊 Changes

4 files changed (+43 additions, -3 deletions)

View changed files

.changeset/silver-kings-change.md (+5 -0)
📝 libs/langgraph-api/src/api/assistants.mts (+25 -3)
📝 libs/langgraph-api/src/schemas.mts (+5 -0)
📝 libs/langgraph-api/src/storage/types.mts (+8 -0)

📄 Description

This is for https://github.com/langchain-ai/langgraph-api/pull/1336/


🔄 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/langchain-ai/langgraphjs/pull/1679 **Author:** [@isahers1](https://github.com/isahers1) **Created:** 9/19/2025 **Status:** ✅ Merged **Merged:** 9/19/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `isaac/server_changes` --- ### 📝 Commits (5) - [`0d50ed3`](https://github.com/langchain-ai/langgraphjs/commit/0d50ed31722ca7f5a85f4522efed689844242a77) minor server updates - [`002e1d8`](https://github.com/langchain-ai/langgraphjs/commit/002e1d8648155266f1156bb7daea3ae17675a7b9) fixes - [`8b01e5e`](https://github.com/langchain-ai/langgraphjs/commit/8b01e5ec3a5d811decab4b5f438bf7fd14100b51) version bump - [`73abac8`](https://github.com/langchain-ai/langgraphjs/commit/73abac82010858ca671ab429874c10b0d787eb4a) Add changeset - [`d329dac`](https://github.com/langchain-ai/langgraphjs/commit/d329dac3560a48677dd3204f8aa0c5fc12437b2b) Revert "version bump" ### 📊 Changes **4 files changed** (+43 additions, -3 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/silver-kings-change.md` (+5 -0) 📝 `libs/langgraph-api/src/api/assistants.mts` (+25 -3) 📝 `libs/langgraph-api/src/schemas.mts` (+5 -0) 📝 `libs/langgraph-api/src/storage/types.mts` (+8 -0) </details> ### 📄 Description This is for https://github.com/langchain-ai/langgraph-api/pull/1336/ --- <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-15 20:16:23 -05:00
yindo closed this issue 2026-02-15 20:16:24 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#1644