---
title: "Get template DAUs by ID"
method: GET
path: "/api/v2/templates/{template}/daus"
tags: ["Templates"]
---

# Get template DAUs by ID

`GET /api/v2/templates/{template}/daus`

## Path parameters

- `template` string, uuid, required

## Response `200`

OK

- CodersdkDAUsResponse
  - `entries` CodersdkDAUEntry[]
    - `amount` integer
    - `date` string — Date is a string formatted as 2024-01-31. Timezone and time information is not included.
  - `tz_hour_offset` integer

---

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