---
title: "Get Channel Limits"
method: GET
path: "/dashboard/bot/settings/{guild_id}/channels/limits"
tags: ["dashboard"]
---

# Get Channel Limits

`GET /dashboard/bot/settings/{guild_id}/channels/limits`

The linked-channel allowance, in the shape the dashboard's limit controls expect.

Same payload as the points and automations limit endpoints: the tier baselines plus
`extra`, so the UI can show "premium would give you N instead of M" without knowing how
limits are stored. `used` is added because this is the only limit whose current usage the
page cannot count from settings it already holds.

## Path parameters

- `guild_id` integer, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/monni/apis/fastapi.md) · [All operations](https://skmtc.dev/monni/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/monni/fastapi/revisions/0321cc5200a6/schema)
