Skip to main content
PATCH
/
v1
/
fleet
/
threads
/
{thread_id}
Error
A valid request URL is required to generate request examples
{
  "agent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "created_at": "2023-11-07T05:31:56Z",
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "metadata": {
    "is_pinned": {
      "set": true,
      "value": true
    },
    "is_test_run": {
      "set": true,
      "value": true
    },
    "read_status": {
      "set": true,
      "value": true
    },
    "sandbox_recreated_at": "<unknown>",
    "skip_memory_write_protection": {
      "set": true,
      "value": true
    }
  },
  "title": "<string>",
  "updated_at": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.langchain.com/llms.txt

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

Authorizations

X-API-Key
string
header
required

Path Parameters

thread_id
string
required

Thread id

Body

application/json
metadata
object
title
object

Response

OK

agent_id
string<uuid>
created_at
string<date-time>
id
string<uuid>
metadata
object
title
string
updated_at
string<date-time>