---
title: "Get list of Filters"
description: "Retrieves list of all available filters."
openapi: "/openapi/recipients-api.yaml GET /api/v1/recipient/filters"
---

> **For AI agents:** the complete documentation index is at [llms.txt](/llms.txt). Append `.md` to any page URL for its markdown version.

`GET https://web.otpcod.ru/api/v1/api/v1/recipient/filters`

Retrieves list of all available filters.

## Authentication

No authentication required.

## Header parameters

- `X-API-KEY` (string, required) — Enter your X-API-KEY

## Response 200

OK
  - response (object)
    - `data` (array) — List of recipients filters
      - `items` (object)
        - `condition` (string)
        - `createdAt` (string, date-time)
        - `expressions` (array)
          - `items` (object)
            - attribute: … (nested further)
            - operator: … (nested further)
            - value: … (nested further)
        - `id` (integer, int64)
        - `launches` (integer, int64)
        - `name` (string)
        - `recipients` (integer, int64)
        - `updatedAt` (string, date-time)
        - `visible` (boolean)
    - `totalCount` (integer, int64) — Total number of recipients filters in list (system-calculated)

## Response 401

Unauthorized

## Response 403

Forbidden

## Response 404

Not Found


---

📦 **OpenAPI specs:** Every OpenAPI specification referenced by this documentation is available as a single download — https://iba-platform.jamdesk.app/api-specs.zip
