> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kobble.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Quota Reached

The `quota.reached` event is triggered when a user exceeds their quota limit.

### Event Object

<ParamField path="type" type="quota.reached" />

<ParamField path="data" type="Event Data Object">
  The corresponding event data object as described below.
</ParamField>

### Data Object

<ParamField path="quotaId" type="string">
  The unique identifier for the quota.
</ParamField>

<ParamField path="quotaName" type="string">
  The name of the quota.
</ParamField>

<ParamField path="usage" type="number">
  The amount of usage that has been recorded.
</ParamField>

<ParamField path="limit" type="number">
  The maximum allowed usage for the quota.
</ParamField>

<ParamField path="userId" type="string">
  The unique identifier for the member.
</ParamField>
