/
LA
langchain-ai
/
LangSmith
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v48
latest
OpenAPI 3.1.0
raw.githubusercontent.com
2026-05-27
586
756
1.6 MB
charts
Read Single Chart
Get a single chart by ID.
post
/api/v1/charts/{chart_id}
Path parameters
chart_id
string
uuid
required
Request body
CustomChartsRequest
required
timezone
string
start_time
string
date-time
nullable
end_time
string
date-time
nullable
stride
TimedeltaInput
Timedelta input.
omit_data
boolean
after_index
integer
nullable
tag_value_id
string[]
nullable
Response
Successful Response
SingleCustomChartResponse
required
data
CustomChartsDataPoint[]
required
id
union
required
title
string
required
description
string
nullable
metadata
object
nullable
index
integer
required
chart_type
'line'
|
'bar'
required
Enum for custom chart types.
series
CustomChartSeries[]
required
common_filters
CustomChartSeriesFilters