Skip to main content
GET
/
v1
/
fleet
/
threads
/
{thread_id}
/
state
Error
A valid request URL is required to generate request examples
{
  "checkpoint": {
    "checkpoint_id": "<string>",
    "checkpoint_map": {},
    "checkpoint_ns": "<string>",
    "thread_id": "<string>"
  },
  "created_at": "<string>",
  "metadata": {},
  "next": [
    "<string>"
  ],
  "parent_checkpoint": {},
  "tasks": [
    {}
  ],
  "values": {}
}

Documentation Index

Fetch the complete documentation index at: https://langchain-5e9cc07a-preview-fjmorr-1778259990-38b7dcc.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

thread_id
string
required

Thread ID

Query Parameters

subgraphs
boolean

Include subgraph states in the response

Response

OK

checkpoint
object
created_at
string
metadata
object
next
string[]
parent_checkpoint
object
tasks
object[]
values
object