Skip to main content
POST
/
api
/
v1
/
sessions
/
{session_id}
/
dashboard
Error
A valid request URL is required to generate request examples
{
  "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

Headers

accept
string | null

Path Parameters

session_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
group_by
RunStatsGroupBy · object

Group by param for run stats.

Response

Successful Response

title
string
required
id
required
charts
SingleCustomChartResponse · object[]
required
description
string | null
index
integer | null
session_id
string<uuid> | null
sub_sections
SingleCustomChartSubSectionResponse · object[] | null