---
title: "List API policies"
method: GET
path: "/api/v1/api-policies"
tags: ["ApiPolicies"]
---

# List API policies

`GET /api/v1/api-policies`

## Query parameters

- `Filter` string — Filter is matched against name, description and endpoints associated with the policy.

## Response `200`

OK

- ApiPolicyListItemViewModelIEnumerableResponse
  - `data` ApiPolicyListItemViewModel[], nullable — Response data
    - `id` integer — The unique identifier of the API policy
    - `name` string — The name of the policy
    - `description` string, nullable — The description of the policy

---

[API](https://skmtc.dev/frends/apis/frends-api.md) · [All operations](https://skmtc.dev/frends/apis/frends-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/frends/frends-api/revisions/cf4c0a0d1c8a/schema)
