Skip to main content
POST
/
api
/
v1
/
charts
/
{chart_id}
Error
A valid request URL is required to generate request examples
{
  "data": [
    {
      "series_id": "<string>",
      "timestamp": "2023-11-07T05:31:56Z",
      "value": 123,
      "group": "<string>"
    }
  ],
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "title": "<string>",
  "index": 123,
  "series": [
    {
      "name": "<string>",
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "filters": {
        "filter": "<string>",
        "trace_filter": "<string>",
        "tree_filter": "<string>",
        "session": [
          "3c90c3cc-0d44-4b50-8888-8dd25736052a"
        ]
      },
      "feedback_key": "<string>",
      "workspace_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "group_by": {
        "path": "<string>",
        "max_groups": 5
      }
    }
  ],
  "description": "<string>",
  "metadata": {},
  "common_filters": {
    "filter": "<string>",
    "trace_filter": "<string>",
    "tree_filter": "<string>",
    "session": [
      "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

chart_id
string<uuid>
required

Body

application/json
timezone
string
default:UTC
start_time
string<date-time> | null
end_time
string<date-time> | null
stride
TimedeltaInput · object

Timedelta input.

omit_data
boolean
default:false
after_index
integer | null
tag_value_id
string<uuid>[] | null

Response

Successful Response

data
CustomChartsDataPoint · object[]
required
id
required
title
string
required
index
integer
required
chart_type
enum<string>
required

Enum for custom chart types.

Available options:
line,
bar
series
CustomChartSeries · object[]
required
description
string | null
metadata
Metadata · object
common_filters
CustomChartSeriesFilters · object