premium_*, you must use premium_* here, not a specific ID like premium_user1.
Required permissions:
ratelimit.*.read_override(to read overrides in any namespace)ratelimit.<namespace_id>.read_override(to read overrides in a specific namespace)
See the API reference for the full HTTP endpoint documentation.
Usage
Flags
The id or name of the namespace containing the override. Must be 1-255 characters.
The exact identifier pattern of the override to retrieve. This must match exactly as it was specified when creating the override, including any wildcards (
*) that were part of the original pattern. Must be 1-255 characters.Global Flags
| Flag | Type | Description |
|---|---|---|
--root-key | string | Override root key ($UNKEY_ROOT_KEY) |
--api-url | string | Override API base URL (default: https://api.unkey.com) |
--config | string | Path to config file (default: ~/.unkey/config.toml) |
--output | string | Output format — use json for raw JSON |
Examples
Output
Default output shows the request ID with latency, followed by the override configuration:--output=json, the full response envelope is returned:

