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

# GET /v1/templates/search

`GET /v1/templates/search`

## Query parameters

- `page` integer
- `query` string
- `size` integer
- `input_types` string[]
- `output_types` string[]
- `tags` string[]
- `type` string
- `results` boolean
- `suggestions` boolean
- `sortByFreeTrial` boolean

## Headers

- `X-Fields` string, mask

## Response `200`

Success

- ElasticSearchTemplatesList
  - `results` ElasticSearchTemplate[]
    - `name` string
    - `id` string
    - `cms` boolean
    - `author` string
    - `description` string
    - `input_schema_types` string[]
    - `output_schema_types` string[]
    - `allow_trial` boolean
    - `tags` string[]
    - `type` 'PROJECT' | 'TEMPLATE'
  - `total_results` integer
  - `page` integer
  - `total_pages` integer
  - `page_size` integer
  - `suggestions` string[]

## Other responses

- `400` — Query must be shorter than 128 characters

---

[API](https://skmtc.net/super/apis/super-ai-api.md) · [All operations](https://skmtc.net/super/apis/super-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/super/super-ai-api/revisions/d2c17db7266d/schema)
