A newer version is available. For the latest information, see the
current release documentation.
Get all API keys for all users
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Get all API keys for all users
editRetrieves the metadata for all of the API keys for all users.
Request
editGET /api/v1/users/auth/keys/_all
Responses
edit-
200
-
The metadata for the API keys is retrieved.
Request example
editcurl -XGET https://{{hostname}}/api/v1/users/auth/keys/_all \ -H "Authorization: ApiKey $ECE_API_KEY"