---
title: "List per-channel admission floors"
method: GET
path: "/v1/channel-admission-policy"
tags: ["channel-admission-policy"]
---

# List per-channel admission floors

`GET /v1/channel-admission-policy`

Returns one entry per enforced channel (exempt and hidden channels are omitted), seeded with defaults for channels without a stored row.

## Response `200`

Successful response

- object
  - `policies` object[], required
    - `channelType` string, required
    - `policy` 'no_one' | 'guardian_only' | 'trusted_contacts' | 'any_contact' | 'strangers', required
    - `note` string, nullable, required
    - `updatedAt` number, nullable, required

---

[API](https://skmtc.net/vellum-ai/apis/vellum-gateway-api.md) · [All operations](https://skmtc.net/vellum-ai/apis/vellum-gateway-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vellum-ai/vellum-gateway-api/revisions/5f280bce8b2e/schema)
