---
title: "Retrieve details of a Template"
method: GET
path: "/workspace/stream/templates/{template_id}"
tags: ["Data Stream - Templates"]
---

# Retrieve details of a Template

`GET /workspace/stream/templates/{template_id}`

Retrieve details from a specific Template in your account.

## Path parameters

- `template_id` integer, required

## Query parameters

- `fields` string

## Response `200`

Ok

- TemplateResponse
  - `state` string
  - `data` Template, required
    - `id` integer, required
    - `name` string, required
    - `last_editor` string, required
    - `created_at` string, date-time, required
    - `last_modified` string, date-time, required
    - `custom` boolean, required
    - `active` boolean
    - `data_set` string, required

## Other responses

- `400` — Validation Error
- `401` — Authentication Failed
- `403` — Permission Denied
- `404` — Not Found
- `405` — Method Not Allowed
- `406` — Not Acceptable
- `429` — Throttled
- `500` — Internal Server Error

---

[API](https://skmtc.dev/azion/apis/azion-api.md) · [All operations](https://skmtc.dev/azion/apis/azion-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azion/azion-api/revisions/bb3250697218/schema)
