---
title: kapacitor show-template
description: The kapacitor show-template command returns information about a template.
url: https://docs.influxdata.com/kapacitor/v1/reference/cli/kapacitor/show-template/
estimated_tokens: 69
product: Kapacitor
version: v1
publisher: InfluxData
canonical: https://docs.influxdata.com/kapacitor/v1/reference/cli/kapacitor/show-template/
date: '2023-10-03T10:49:57-06:00'
lastmod: '2023-10-03T10:49:57-06:00'
---

The `kapacitor show-template` command returns information about a template.

## Usage

```sh
kapacitor show-template <template-id>
```

## Arguments

* **template-id**: Template ID to return information about

## Examples

```sh
kapacitor show-template example-template-id
```
