---
title: "Get Convai Dashboard Settings"
method: GET
path: "/v1/convai/settings/dashboard"
tags: ["Agents Platform"]
---

# Get Convai Dashboard Settings

`GET /v1/convai/settings/dashboard`

Retrieve Convai dashboard settings for the workspace

## Headers

- `xi-api-key` string, nullable — Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

## Response `200`

Successful Response

- GetConvAIDashboardSettingsResponseModel
  - `charts` union[]
    - union
      - DashboardCallSuccessChartModel
        - `name` string, required
        - `type` 'call_success'
      - DashboardCriteriaChartModel
        - `name` string, required
        - `type` 'criteria'
        - `criteria_id` string, required
      - DashboardDataCollectionChartModel
        - `name` string, required
        - `type` 'data_collection'
        - `data_collection_id` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/elevenlabs/apis/elevenlabs-api-documentation.md) · [All operations](https://skmtc.net/elevenlabs/apis/elevenlabs-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elevenlabs/elevenlabs-api-documentation/versions/e77a0a530a82/schema)
