---
title: "GET /archive/quotas/{id}{property_field}"
method: GET
path: "/archive/quotas/{id}{property_field}"
tags: ["Quotas"]
---

# GET /archive/quotas/{id}{property_field}

`GET /archive/quotas/{id}{property_field}`

## Path parameters

- `id` integer, required
- `property_field` 'options_id' | 'per_message_hard_quota' | 'over_quota_action' | 'id' | 'per_message_soft_quota', required

## Response `200`

Success

- union
  - object
    - `options_id` integer
  - object
    - `per_message_hard_quota` integer
  - object
    - `over_quota_action` 'delete' | 'skip'
  - object
    - `id` integer
  - object
    - `per_message_soft_quota` integer

## Other responses

- `403` — Invalid or missing credentials

---

[API](https://skmtc.net/n-able/apis/mail-api.md) · [All operations](https://skmtc.net/n-able/apis/mail-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/n-able/mail-api/revisions/ddcf07469cce/schema)
