---
title: "[Beta] Gets project's network bans with additional information about which databases they affect"
method: POST
path: "/v1/projects/{ref}/network-bans/retrieve/enriched"
tags: ["Projects"]
---

# [Beta] Gets project's network bans with additional information about which databases they affect

`POST /v1/projects/{ref}/network-bans/retrieve/enriched`

## Path parameters

- `ref` string, required

## Response `201`

- NetworkBanResponseEnriched
  - `banned_ipv4_addresses` object[], required
    - `banned_address` string, required
    - `identifier` string, required
    - `type` string, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden action
- `429` — Rate limit exceeded
- `500` — Failed to retrieve project's enriched network bans

---

[API](https://skmtc.net/supabase/apis/management-api.md) · [All operations](https://skmtc.net/supabase/apis/management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/supabase/management-api/versions/a7cb39418064/schema)
