For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
ModelsChatRankingsDocs
DocsAPI ReferenceClient SDKsAgent SDKCookbookChangelog
DocsAPI ReferenceClient SDKsAgent SDKCookbookChangelog
    • Overview
    • Usage for Agents
  • TypeScript SDK
    • Overview
  • Python SDK
    • Overview
  • Go SDK
      • Analytics
      • APIKeys
      • Byok
      • Chat
      • Credits
      • Embeddings
      • Endpoints
      • Generations
      • Guardrails
      • OAuth
      • Observability
        • GetCurrentKeyData
      • Organization
      • Presets
      • Providers
      • Rerank
      • Beta.Responses
      • Transcriptions
      • Speech
      • VideoGeneration
      • Workspaces
  • DevTools
    • Overview
    • Migrating to @openrouter/agent
LogoLogo
ModelsChatRankingsDocs
On this page
  • Fields
Go SDKAPI ReferenceOperations

GetCurrentKeyData - Go SDK

GetCurrentKeyData type definition
Was this page helpful?
Previous

Organization - Go SDK

Organization method reference
Next
Built with

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

Current API key information

Fields

FieldTypeRequiredDescriptionExample
ByokUsagefloat64✔️Total external BYOK usage (in USD) for the API key17.38
ByokUsageDailyfloat64✔️External BYOK usage (in USD) for the current UTC day17.38
ByokUsageMonthlyfloat64✔️External BYOK usage (in USD) for current UTC month17.38
ByokUsageWeeklyfloat64✔️External BYOK usage (in USD) for the current UTC week (Monday-Sunday)17.38
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
ExpiresAtoptionalnullable.OptionalNullable[time.Time]➖ISO 8601 UTC timestamp when the API key expires, or null if no expiration2027-12-31T23:59:59Z
IncludeByokInLimitbool✔️Whether to include external BYOK usage in the credit limitfalse
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
Labelstring✔️Human-readable label for the API keysk-or-v1-0e6…1c96
Limit*float64✔️Spending limit for the API key in USD100
LimitRemaining*float64✔️Remaining spending limit in USD74.5
LimitReset*string✔️Type of limit reset for the API keymonthly
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.
{"interval": "1h","note": "This field is deprecated and safe to ignore.","requests": 1000}
Usagefloat64✔️Total OpenRouter credit usage (in USD) for the API key25.5
UsageDailyfloat64✔️OpenRouter credit usage (in USD) for the current UTC day25.5
UsageMonthlyfloat64✔️OpenRouter credit usage (in USD) for the current UTC month25.5
UsageWeeklyfloat64✔️OpenRouter credit usage (in USD) for the current UTC week (Monday-Sunday)25.5