---
title: "List protection profiles"
method: GET
path: "/security/sifter/v3/profiles"
tags: ["Protection Profiles"]
---

# List protection profiles

`GET /security/sifter/v3/profiles`

List paginated response of protection profiles (filtered, sorted). Sorting by default is by 'created_at' field desc.

## Query parameters

- `limit` integer
- `offset` integer
- `name` string, nullable — Filter by name
- `client_id` integer, nullable — A positive integer ID
- `order_by` string, nullable — Ordering, e.g. 'created_at,name'

## Response `200`

Successful Response

- PageResponseProtectionProfileListResponse
  - `count` integer
  - `next` string, nullable
  - `previous` string, nullable
  - `results` ProtectionProfileListResponse[]
    - `id` integer, required — Identifier for the protection profile
    - `name` string, required — Name of the protection profile
    - `template` ProfileTemplateInProfile, required
      - `id` integer, required — Unique identifier of the template
      - `name` string, required — Name of the template
    - `client_id` integer, nullable — Identifier of the client owning this profile
    - `created_at` string, date-time, required — Timestamp when the profile was created
    - `modified_at` string, date-time, nullable — Timestamp of the last modification
    - `networks` union[], required
      - union
        - string, ipv4network
        - string, ipv6network

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `422` — Validation Error

---

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