list_rate_limits
Retrieve rate-limit policies and filter them by counter type, reset interval, status, target, workspace, or page to inspect current or archived conditions before making changes.
Instructions
List rate-limit policies with their current condition, grouping, rate unit, target, status, and scope. Filter before retrieving or changing one policy, especially when archived policies should be included.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter by counter type | |
| unit | No | Filter by reset interval | |
| status | No | Filter by active or archived status | |
| target | No | Filter by LLM or MCP-tool target | |
| page_size | No | Number of policies to return per page | |
| current_page | No | Zero-based page number | |
| workspace_id | No | Filter by workspace UUID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool call succeeded and returned structured data | |
| data | No | Structured success payload when ok is true | |
| error | No | Structured error payload when ok is false |