v48

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-275867561.6 MB
charts

Read Single Chart

Get a single chart by ID.

post/api/v1/charts/{chart_id}

Path parameters

chart_idstring uuid required

Request body

timezonestring
start_timestring date-time nullable
end_timestring date-time nullable
omit_databoolean
after_indexinteger nullable
tag_value_idstring[] nullable

Response

Successful Response

titlestring required
descriptionstring nullable
metadataobject nullable
indexinteger required
chart_type'line' | 'bar' required

Enum for custom chart types.