---
title: "Get Template Details"
method: GET
path: "/v2/reporting/templates/{name}"
tags: ["Reporting"]
---

# Get Template Details

`GET /v2/reporting/templates/{name}`

Returns the specific definition for a template, including its description, the list of fields you can pass as parameters, and the dimensions available for breakdowns.

## Path parameters

- `name` string, required

## Response `200`

Success

- TemplateResponse — Single template response
  - `status` 'success'
  - `data` MetricTemplate — A metric template definition
    - `name` string — Template identifier
    - `displayName` string — Human-readable template name
    - `description` string — Template description
    - `params` MetricParamDefinition[] — Available parameters for this template
      - `name` string — Parameter name
      - `type` 'date' | 'string' | 'array' | 'enum' | 'integer' — Parameter data type
      - `required` boolean — Whether this parameter is required
      - `description` string — Parameter description
      - `options` unknown[] — Available options (for enum/array types)
        - unknown
      - `constraints` object — Validation constraints (e.g., min, max, maxItems)
    - `supportsBreakdowns` boolean — Whether this template supports breakdown dimensions
    - `breakdownOptions` string[] — Available breakdown dimensions for this template
  - `metadata` object

## Other responses

- `400` — Bad request - validation error
- `401` — Unauthorized
- `404` — Resource not found
- `500` — Internal Server Error

---

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