> ## Documentation Index
> Fetch the complete documentation index at: https://openrouter.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.
# GetCurrentKeyResponse
API key details
## Fields
| Field | Type | Required | Description | Example |
| ------ | ----------------------------------------------------------------------------- | -------------------- | --------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `Data` | [operations.GetCurrentKeyData](../../models/operations/getcurrentkeydata.mdx) | :heavy\_check\_mark: | Current API key information | \{
"byok\_usage": 17.38,
"byok\_usage\_daily": 17.38,
"byok\_usage\_monthly": 17.38,
"byok\_usage\_weekly": 17.38,
"creator\_user\_id": "user\_2dHFtVWx2n56w6HkM0000000000",
"expires\_at": "2027-12-31T23:59:59Z",
"include\_byok\_in\_limit": false,
"is\_free\_tier": false,
"is\_management\_key": false,
"is\_provisioning\_key": false,
"label": "sk-or-v1-au7...890",
"limit": 100,
"limit\_remaining": 74.5,
"limit\_reset": "monthly",
"rate\_limit": \{
"interval": "1h",
"note": "This field is deprecated and safe to ignore.",
"requests": 1000
},
"usage": 25.5,
"usage\_daily": 25.5,
"usage\_monthly": 25.5,
"usage\_weekly": 25.5
} |