GetCurrentKeyData - Go SDK

GetCurrentKeyData type definition

The Go SDK and docs are currently in beta. Report issues on GitHub.

Current API key information

Fields

FieldTypeRequiredDescriptionExample
Labelstring✔️Human-readable label for the API keysk-or-v1-0e6…1c96
Limitfloat64✔️Spending limit for the API key in USD100
Usagefloat64✔️Total OpenRouter credit usage (in USD) for the API key25.5
UsageDailyfloat64✔️OpenRouter credit usage (in USD) for the current UTC day25.5
UsageWeeklyfloat64✔️OpenRouter credit usage (in USD) for the current UTC week (Monday-Sunday)25.5
UsageMonthlyfloat64✔️OpenRouter credit usage (in USD) for the current UTC month25.5
ByokUsagefloat64✔️Total external BYOK usage (in USD) for the API key17.38
ByokUsageDailyfloat64✔️External BYOK usage (in USD) for the current UTC day17.38
ByokUsageWeeklyfloat64✔️External BYOK usage (in USD) for the current UTC week (Monday-Sunday)17.38
ByokUsageMonthlyfloat64✔️External BYOK usage (in USD) for current UTC month17.38
IsFreeTierbool✔️Whether this is a free tier API keyfalse
IsManagementKeybool✔️Whether this is a management keyfalse
IsProvisioningKeybool✔️: warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

Whether this is a management key
false
LimitRemainingfloat64✔️Remaining spending limit in USD74.5
LimitReset*string✔️Type of limit reset for the API keymonthly
IncludeByokInLimitbool✔️Whether to include external BYOK usage in the credit limitfalse
ExpiresAtoptionalnullable.OptionalNullable[time.Time]ISO 8601 UTC timestamp when the API key expires, or null if no expiration2027-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
RateLimitoperations.RateLimit✔️: warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

Legacy rate limit information about a key. Will always return -1.
{"requests": 1000,"interval": "1h","note": "This field is deprecated and safe to ignore."}