---
title: "List built-in dashboards"
method: GET
path: "/api/v1/query/dashboards"
tags: ["query"]
---

# List built-in dashboards

`GET /api/v1/query/dashboards`

List available built-in dashboards with their widgets. Each dashboard contains pre-built TRQL queries for common metrics like run success rates, costs, and LLM usage.

## Response `200`

Dashboards listed successfully

- object
  - `dashboards` object[]
    - `key` string — Dashboard identifier (e.g. "overview", "llm")
    - `title` string — Dashboard display title
    - `widgets` object[]
      - `id` string — Widget identifier
      - `title` string — Widget display title
      - `query` string — The TRQL query this widget executes
      - `type` 'bignumber' | 'chart' | 'table' — Widget display type

## Other responses

- `401` — Unauthorized - API key is missing or invalid

---

[API](https://skmtc.net/winsenlabs/apis/trigger-dev-v3-rest-api.md) · [All operations](https://skmtc.net/winsenlabs/apis/trigger-dev-v3-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/winsenlabs/trigger-dev-v3-rest-api/revisions/737c498e605b/schema)
