Get access key
Get access key
Fetch metadata for a specific access key by ID.
GET
Get access key
gRPC method: GetAccessKeyInfo
- The API server is
https://api.coreweave.com. - Replace
{API_ACCESS_TOKEN}with your CoreWeave API access token. - For required permissions, see IAM Access Policies.
{accessKeyId} with the access-key ID returned
from List access keys or Create access key. The secret key
is never returned by this endpoint.
Example request
Authorizations
CoreWeave API access token sent as a bearer token in the Authorization header (the value is prefixed with Bearer). Used by every operation except the SAML/OIDC token-exchange endpoints (anonymous) and the container credentials GET (which uses ContainerCredentialsAuth).
Path Parameters
Response
OK
Metadata for a single access key.
The access-key metadata.
Last modified on June 25, 2026