list_rate_limits
Retrieve a list of rate limits in your organization, showing id, type, unit, value, status, scope, conditions, and grouping. This helps you find existing policies before updating or deleting them.
Instructions
List rate limits in the org with id, type, unit, value, status, scope, conditions, and grouping. Use this to find an existing policy before get_rate_limit, update_rate_limit, or delete_rate_limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_id | No | Filter rate limits by workspace ID |
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 |