---
title: "GET /v1/templates"
method: GET
path: "/v1/templates"
tags: ["Template"]
---

# GET /v1/templates

`GET /v1/templates`

## Query parameters

- `page` integer
- `pageSize` integer
- `keyword` string
- `status` integer
- `messageType` integer
- `uids` string[]

## Response `200`

OK

- RabbitApiV1ListTemplateReply
  - `items` RabbitApiV1TemplateItem[]
    - `uid` string
    - `name` string
    - `messageType` integer
    - `jsonData` string
    - `createdAt` string
    - `updatedAt` string
    - `status` integer
  - `total` string
  - `page` integer
  - `pageSize` integer

## Changes

- **2026-03-31** `d1aa2cfcb181` — 1 info
  - added the new optional `query` request parameter `uids`
- **2026-02-27** `e94a3eecf8db` — 1 warning
  - deleted the `query` request parameter `uids`

[Change history](https://skmtc.dev/aide-family/apis/untitled-api/changes/v1/templates/get.md)

---

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