api_keys
List all user API keys
Retrieve API keys belonging to human users across the organization. System API keys are excluded. Restricted to admins.
get/v1/users/api_keys
Query parameters
cursorstring nullable
Cursor for pagination (a UserApiKey GlobalID).
Cursor for pagination (a UserApiKey GlobalID).
limitinteger
The maximum number of API keys to return (at most 1000).
The maximum number of API keys to return (at most 1000).
Response
A paginated list of user API keys and their owners.
Changes
Changed in 3 of the 70 revisions of this API.111
- ●
for the
queryrequest parameterlimit, the max was set to1000.00request-parameter-max-set
- ●
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 91 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲