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

# Limits

# `synth_ai.research.limits`

`client.research.limits` — org limits readout.

## Classes

### `ResearchLimitsAPI` <sup><a href="https://github.com/synth-laboratories/synth-ai/blob/main/synth_ai/research/limits.py#L10" target="_blank"><Icon icon="github" style="width: 14px; height: 14px;" /></a></sup>

Read organization-level Managed Research limits and allowance windows.

Use `client.research.limits.get()` before launching runs to confirm the
org has headroom under plan caps and flex-credit rules.

**Methods:**

#### `get` <sup><a href="https://github.com/synth-laboratories/synth-ai/blob/main/synth_ai/research/limits.py#L20" target="_blank"><Icon icon="github" style="width: 14px; height: 14px;" /></a></sup>

```python theme={null}
get(self) -> dict[str, Any]
```

Return current org limits, allowance windows, and drawdown hints.

**Returns:**

* Wire JSON from `GET /smr/limits` (allowance, plan tier, reset
* timestamps, flex-credit balance when applicable).
