Skip to main content
POST
/
v1
/
fleet
/
threads
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": {},
  "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

Body

application/json
agent_id
string
Example:

"11111111-1111-1111-1111-111111111111"

if_exists
enum<string>
Available options:
do_nothing,
raise
metadata
object
options
object
thread_id
string<uuid>

Response

Created

agent_id
string<uuid>
created_at
string<date-time>
id
string<uuid>
metadata
object
status
enum<string>
Available options:
idle,
busy,
interrupted,
error
updated_at
string<date-time>