---
title: "Get Template Sets"
method: GET
path: "/templatesets"
tags: ["Template Management"]
---

# Get Template Sets

`GET /templatesets`

List all installed Template Sets.

## Query parameters

- `showDisabled` boolean

## Response `200`

A list of installed Template Sets

- TemplateSet[] — Template Set List.
  - `name` string, required — Name of the Template Set.
  - `hash` string, required — A sha256 hash of the Template hashes.
  - `supported` boolean, required — the Template Set is officially supported by F5
  - `templates` object[], required — A list of template objects.
    - `name` string — Name of the template.
    - `hash` string — The sha256 of the template source text.
    - `description` string — Template description
    - `title` string — A "pretty name" for the Template
    - `appsList` FastApplicationDefinition[] — A list of applications using the template.
      - `name` string, required — Must be valid Template in the system.
      - `parameters` ParametersDefinition, required — Object must conform to specified template's schema.
      - `allowOverwrite` boolean — Do not error if an Application with the same name already exists in the tenant.
  - `schemas` object[], required — a list of user-supplied schema
    - `name` string — schema name
    - `hash` string — A sha256 hash of the schema
  - `dataFiles` object[], required — A list of data files associated with the Template Set.
    - `name` string — data file name
    - `hash` string — A sha256 hash of the data file
  - `gitHubRepo` string — The GitHub repository used to install the template set
  - `gitLabRepo` string — The GitLab repository used to install the template set
  - `gitSubDir` string — The sub-directory in the git repo from which the template set was installed
  - `gitRef` string — The Git ref used to fetch the repository
  - `unprotected` boolean — Template Set is installed from publicly availabe GitHub/GitLab repo.
  - `enabled` boolean, required — Template Set is installed and ready to use

## Other responses

- `400` — Invalid Template Set request.
- `404` — Template Set not found.
- `500` — Internal error. A bug report should be filed.

## Changes

- **2025-10-20** `702ae6b27810` — 3 breaking, 3 warning, 3 info
  - the `code` response's property type/format changed from `integer`/`int32` to ``/`` for status `400`
  - the `code` response's property type/format changed from `integer`/`int32` to ``/`` for status `404`
  - the `code` response's property type/format changed from `integer`/`int32` to ``/`` for status `500`
  - added the new `400.00` enum value to the `code` response property for the response status `400`
  - …5 more
- **2022-09-26** `8a7a27296ff3` — 5 breaking, 1 warning, 3 info
  - the `code` response's property type/format changed from ``/`` to `integer`/`int32` for status `400`
  - the `code` response's property type/format changed from ``/`` to `integer`/`int32` for status `404`
  - the `code` response's property type/format changed from ``/`` to `integer`/`int32` for status `500`
  - removed the required property `errors` from the response with the `400` status
  - …5 more

[Change history](https://skmtc.dev/f5networks/apis/f5-big-ip-application-services-templates-api/changes/templatesets/get.md)

---

[API](https://skmtc.dev/f5networks/apis/f5-big-ip-application-services-templates-api.md) · [All operations](https://skmtc.dev/f5networks/apis/f5-big-ip-application-services-templates-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/f5networks/f5-big-ip-application-services-templates-api/revisions/69d12c15d1c7/schema)
