---
title: "Get Enrichment Limits"
method: GET
path: "/api/v1/enrichment/limits"
tags: ["enrichment"]
---

# Get Enrichment Limits

`GET /api/v1/enrichment/limits`

Per-batch limits for column-wide bulk enrichment.

Returns the canonical server values backing the column-header Enrich
submenu's clamps and confirm gates. The FE should fetch these once and
cache; never carry its own copy of these constants.

## Response `200`

Successful Response

- EnrichmentLimitsResponse — Per-batch limits for column-wide enrichment. Backs the FE column-header Enrich submenu's 'All in list' clamp and its >100k confirm gate. Both values are the canonical server limits; the FE should never carry its own copy.
  - `filtered_ids_default_limit` integer, required — Default page size on /features/filtered-ids when `limit` is omitted from the query string.
  - `filtered_ids_max_limit` integer, required — Hard upper bound on /features/filtered-ids `limit`. Requests above this return 422.

---

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