Skip to main content
PATCH
/
api
/
v1
/
sessions
/
{session_id}
/
views
/
{view_id}
Error
A valid request URL is required to generate request examples
{
  "display_name": "<string>",
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "filter_string": "<string>",
  "trace_filter_string": "<string>",
  "tree_filter_string": "<string>",
  "description": "<string>",
  "type": "runs",
  "start_time": "2023-11-07T05:31:56Z",
  "end_time": "2023-11-07T05:31:56Z",
  "duration": "<string>",
  "session_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

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

session_id
string<uuid>
required
view_id
string<uuid>
required

Body

application/json
filter_string
string | null
display_name
string | null
description
string | null
trace_filter_string
string | null
tree_filter_string
string | null
type
enum<string> | null
Available options:
runs,
threads,
single_run
start_time
string<date-time> | null
end_time
string<date-time> | null
duration
string | null

Response

Successful Response

display_name
string
required
id
string<uuid>
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
filter_string
string | null
trace_filter_string
string | null
tree_filter_string
string | null
description
string | null
type
enum<string>
default:runs
Available options:
runs,
threads,
single_run
start_time
string<date-time> | null
end_time
string<date-time> | null
duration
string | null
session_id
string<uuid> | null