GET
/
dashboards
/
{dashboard_id}
{
  "name": "<string>",
  "description": "<string>",
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "organisation_id": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "datasets": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "description": "<string>",
      "detailed_description": "<string>",
      "organisation_id": "<string>",
      "dictionary": {},
      "status": "<string>",
      "starred": true,
      "is_primary": true,
      "dataset_schema": {
        "column_schemas": {}
      },
      "annotations": {},
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z",
      "columns": [
        "<string>"
      ],
      "is_embedding_searchable": true
    }
  ],
  "spec": {
    "visualisations": [
      {
        "uid": "<string>",
        "title": "<string>",
        "grid_layout": {
          "x": 123,
          "y": 123,
          "w": 123,
          "h": 123
        },
        "data_source_uid": "<string>",
        "config": {
          "type": "<string>",
          "columns": [
            "<string>"
          ]
        }
      }
    ],
    "data_sources": [
      {
        "uid": "<string>",
        "query": "<string>",
        "filters": [
          {
            "uid": "<string>",
            "column": "<string>",
            "column_type": "BOOLEAN",
            "filter_condition": {
              "operator": "EQUALS",
              "value": "<string>",
              "is_negated": false
            }
          }
        ],
        "columns_schemas": {},
        "is_embedding_searchable": true
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Api-key
string | null

Path Parameters

dashboard_id
string<uuid>
required

Response

200
application/json

Successful Response

The response is of type object.