[PR #1603] [MERGED] feat(sdk): Threads.search by id #1576

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1603
Author: @hinthornw
Created: 9/2/2025
Status: Merged
Merged: 9/4/2025
Merged by: @dqbd

Base: mainHead: wfh/sdk/ids-support


📝 Commits (2)

  • 4344229 feat(sdk): Threads.search by id
  • 790671a Make API bump patch instead

📊 Changes

7 files changed (+29 additions, -0 deletions)

View changed files

.changeset/threads-search-ids.md (+12 -0)
📝 libs/langgraph-api/src/api/threads.mts (+1 -0)
📝 libs/langgraph-api/src/schemas.mts (+4 -0)
📝 libs/langgraph-api/src/storage/ops.mts (+5 -0)
📝 libs/langgraph-api/src/storage/types.mts (+1 -0)
📝 libs/sdk/src/auth/types.ts (+1 -0)
📝 libs/sdk/src/client.ts (+5 -0)

📄 Description

Already implemented in the pg backend + python sdk


🔄 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/1603 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 9/2/2025 **Status:** ✅ Merged **Merged:** 9/4/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `wfh/sdk/ids-support` --- ### 📝 Commits (2) - [`4344229`](https://github.com/langchain-ai/langgraphjs/commit/43442294a8e809306dc13fbfc270a715588230f5) feat(sdk): Threads.search by id - [`790671a`](https://github.com/langchain-ai/langgraphjs/commit/790671aa4f8664037bfd7d58e5756364a4d7d92e) Make API bump patch instead ### 📊 Changes **7 files changed** (+29 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/threads-search-ids.md` (+12 -0) 📝 `libs/langgraph-api/src/api/threads.mts` (+1 -0) 📝 `libs/langgraph-api/src/schemas.mts` (+4 -0) 📝 `libs/langgraph-api/src/storage/ops.mts` (+5 -0) 📝 `libs/langgraph-api/src/storage/types.mts` (+1 -0) 📝 `libs/sdk/src/auth/types.ts` (+1 -0) 📝 `libs/sdk/src/client.ts` (+5 -0) </details> ### 📄 Description Already implemented in the pg backend + python sdk --- <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:12 -05:00
yindo closed this issue 2026-02-15 20:16:12 -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#1576