Go SDKAPI ReferenceOperations
GetKeyData - Go SDK
GetKeyData type definition
The Go SDK and docs are currently in beta. Report issues on GitHub.
The API key information
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
Hash | string | ✔️ | Unique hash identifier for the API key | f01d52606dc8f0a8303a7b5cc3fa07109c2e346cec7c0a16b40de462992ce943 |
Name | string | ✔️ | Name of the API key | My Production Key |
Label | string | ✔️ | Human-readable label for the API key | sk-or-v1-0e6…1c96 |
Disabled | bool | ✔️ | Whether the API key is disabled | false |
Limit | float64 | ✔️ | Spending limit for the API key in USD | 100 |
LimitRemaining | float64 | ✔️ | Remaining spending limit in USD | 74.5 |
LimitReset | *string | ✔️ | Type of limit reset for the API key | monthly |
IncludeByokInLimit | bool | ✔️ | Whether to include external BYOK usage in the credit limit | false |
Usage | float64 | ✔️ | Total OpenRouter credit usage (in USD) for the API key | 25.5 |
UsageDaily | float64 | ✔️ | OpenRouter credit usage (in USD) for the current UTC day | 25.5 |
UsageWeekly | float64 | ✔️ | OpenRouter credit usage (in USD) for the current UTC week (Monday-Sunday) | 25.5 |
UsageMonthly | float64 | ✔️ | OpenRouter credit usage (in USD) for the current UTC month | 25.5 |
ByokUsage | float64 | ✔️ | Total external BYOK usage (in USD) for the API key | 17.38 |
ByokUsageDaily | float64 | ✔️ | External BYOK usage (in USD) for the current UTC day | 17.38 |
ByokUsageWeekly | float64 | ✔️ | External BYOK usage (in USD) for the current UTC week (Monday-Sunday) | 17.38 |
ByokUsageMonthly | float64 | ✔️ | External BYOK usage (in USD) for current UTC month | 17.38 |
CreatedAt | string | ✔️ | ISO 8601 timestamp of when the API key was created | 2025-08-24T10:30:00Z |
UpdatedAt | *string | ✔️ | ISO 8601 timestamp of when the API key was last updated | 2025-08-24T15:45:00Z |
ExpiresAt | optionalnullable.OptionalNullable[time.Time] | ➖ | ISO 8601 UTC timestamp when the API key expires, or null if no expiration | 2027-12-31T23:59:59Z |
CreatorUserID | *string | ✔️ | The user ID of the key creator. For organization-owned keys, this is the member who created the key. For individual users, this is the user’s own ID. | user_2dHFtVWx2n56w6HkM0000000000 |