list_rate_limits
List rate limits with details like id, type, unit, value, and status to identify an existing policy before modifying or deleting it.
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 |