List access keys
List access-key metadata for the caller’s organization.
gRPC method: ListAccessKeyInfo
- 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.
offset and limit (1–1000) for pagination, and
optionally filter by status
(ACCESS_KEY_STATUS_ACTIVE); leaving status unset
returns keys of every status.
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).
Query Parameters
Zero-based offset into the result set. Used with limit for pagination.
Page size. Must be 1–1000.
1 <= x <= 1000Optional access-key status filter. When unset, access keys of every status are returned. Set to ACCESS_KEY_STATUS_ACTIVE to return only active keys.
ACCESS_KEY_STATUS_ACTIVE, ACCESS_KEY_STATUS_SUSPENDED Response
OK
A page of access-key metadata for the caller's organization.
The list of access-key metadata records.