Skip to main content
POST
/
api
/
v1
/
org-charts
Error
A valid request URL is required to generate request examples
{
  "sections": [
    {
      "title": "<string>",
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "charts": [
        {
          "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"
            ]
          }
        }
      ],
      "description": "<string>",
      "index": 123,
      "session_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "sub_sections": [
        {
          "title": "<string>",
          "index": 123,
          "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
          "charts": [
            {
              "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"
                ]
              }
            }
          ],
          "description": "<string>"
        }
      ]
    }
  ]
}

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

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

sections
CustomChartsSection · object[]
required