/
LA
langchain-ai
/
LangSmith
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 3mo ago
Details
Filter operations
access_policies
5
ace
1
alert_rules
5
annotation-queues
19
api-key
6
audit-logs
1
auth
6
bulk-exports
11
charts
23
post
Clone Section
get
Read Sections
post
Create Section
post
Read Charts
post
Read Chart Preview
post
Create Chart
post
Read Single Chart
delete
Delete Chart
patch
Update Chart
post
Read Single Section
delete
Delete Section
patch
Update Section
get
Org Read Sections
post
Org Create Section
post
Org Read Charts
post
Org Read Chart Preview
post
Org Create Chart
post
Org Read Single Chart
delete
Org Delete Chart
patch
Org Update Chart
post
Org Read Single Section
delete
Org Delete Section
patch
Org Update Section
comments
6
commits
3
datasets
35
examples
15
experiment-view-overrides
5
experiments
1
feedback
16
feedback-configs
4
info
2
likes
1
mcp
4
me
4
metrics
1
model-price-map
4
optimization-jobs
9
Organizations
1
orgs
50
playground-settings
5
prompt-webhooks
6
prompts
2
public
20
repos
9
run
23
runs
4
sandboxes
12
SCIM Tokens
5
service-accounts
3
settings
2
tags
5
tenant
2
threads
2
tracer-sessions
26
TTL Settings
2
ttl-settings
2
usage-limits
4
workspaces
38
get
Ok
charts
Create Chart
Create a new chart.
post
/api/v1/charts/create
Request body
CustomChartCreate
required
title
string
required
description
string
nullable
index
integer
nullable
chart_type
'line'
|
'bar'
required
Enum for custom chart types.
series
CustomChartSeriesCreate[]
required
section_id
string
uuid
nullable
metadata
object
nullable
common_filters
CustomChartSeriesFilters
Response
Successful Response
CustomChartResponse
required
id
string
uuid
required
title
string
required
description
string
nullable
index
integer
required
chart_type
'line'
|
'bar'
required
Enum for custom chart types.
section_id
string
uuid
required
metadata
object
nullable
series
CustomChartSeries[]
nullable
required
Changes