---
title: "Get profile templates"
method: GET
path: "/security/iaas/profile-templates"
tags: ["Security Templates"]
---

# Get profile templates

`GET /security/iaas/profile-templates`

Get list of profile templates. Profile template is used as a template to create profile. Client receives only common and created for him profile templates.

## Response `200`

- ClientProfileTemplate[]
  - `id` integer, required
  - `name` string, required
  - `description` string
  - `fields` ClientProfileTemplateField[], required
    - `id` integer, required
    - `name` string, required
    - `description` string
    - `field_type` union
      - 'int' | 'bool' | 'str' — - `int` - Int - `bool` - Bool - `str` - Str
      - unknown
    - `required` boolean
    - `default` string, nullable
    - `validation_schema` object
  - `base_template` integer, nullable
  - `version` string, uuid, required
  - `created` string, date-time, required
  - `template_sifter` string, nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.net/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/revisions/09e652815095/schema)
