---
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

---

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