---
title: "List dashboard templates"
method: GET
path: "/internal/v1/dashboard-templates/{project_id}"
tags: ["Dashboards"]
---

# List dashboard templates

`GET /internal/v1/dashboard-templates/{project_id}`

List all available built-in dashboard templates. Returns template ID, name, and description for each template. Use this to discover available templates before creating dashboards.

## Path parameters

- `project_id` integer, required

## Query parameters

- `q` string
- `tag` string[]
- `status` 'ready' | 'pending' | 'installed' — Template availability status.

## Response `200`

Dashboard templates list.

- ListDashboardTemplatesResponse
  - `templates` DashboardTemplateItem[], required
    - `id` string, required — Template ID.
    - `name` string, required — Template name.
    - `description` string, required — Template description.
    - `tags` string[] — Template tags.
    - `version` string — Template version.
    - `setupLink` string — Link to setup instructions.
    - `docLink` string — Link to documentation.
    - `status` 'ready' | 'pending' | 'installed', required — Template availability status.
    - `dashboardId` integer — ID of the dashboard created from this template, if any.
  - `tags` string[] — All unique tags across templates.
  - `statuses` TemplateStatusCount[] — Per-status counts across the project (ignores the status filter).
    - `status` 'ready' | 'pending' | 'installed', required — Template availability status.
    - `count` integer, required

## Other responses

- `400` — Invalid request
- `401` — Authentication required
- `403` — Insufficient permissions

---

[API](https://skmtc.net/uptrace/apis/uptrace-json-api.md) · [All operations](https://skmtc.net/uptrace/apis/uptrace-json-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/uptrace/uptrace-json-api/revisions/550c8881ab9a/schema)
