get_usage_limit
Retrieve a usage-limit policy by ID, optionally with usage counters or archived status. If the ID is unknown, call list_usage_limits first.
Instructions
Get one cumulative usage-limit policy by id. Use list_usage_limits first when the id is unknown. Optionally include per-value usage counters and retrieve archived policies; scheduled reset timestamps are returned when present.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Usage-limit policy UUID | |
| status | No | Include an archived policy by status | |
| include_usage | No | Include per-value usage counters |
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 |