Skip to main content
GET
Get access key

gRPC method: GetAccessKeyInfo

Substitute {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

Authorization
string
header
default:Bearer {API_ACCESS_TOKEN}
required

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

accessKeyId
string
required

Response

OK

Metadata for a single access key.

info
object

The access-key metadata.

Last modified on July 13, 2026