get_rate_limit
Retrieve a specific rate-limit policy by ID to view its conditions, grouping, unit, value, target, scope, and status. Include archived status to access soft-deleted policies.
Instructions
Get one rate-limit policy by id, including current conditions, grouping, unit, value, target, scope, and status. Pass archived status when retrieving a soft-deleted policy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Rate-limit policy UUID | |
| status | No | Include an archived policy by status |
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 |