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

# Get dashboard template

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

Get a specific dashboard template by ID. Returns the template ID, name, description, and tags.

## Path parameters

- `project_id` integer, required
- `template_id` string, required

## Response `200`

Dashboard template.

- GetDashboardTemplateResponse
  - `template` DashboardTemplate, 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.
    - `yaml` string — Template YAML definition.
  - `yaml` string — Full dashboard template YAML definition.

## Other responses

- `400` — Invalid request
- `401` — Authentication required
- `403` — Insufficient permissions
- `404` — Resource not found

---

[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)
