action n_auth_get_api_keys { label: "Get all API keys." description: "Get all API keys generated by the current role. Required permission: global 'servers'." provider: n_auth method: GET path: "/apikeys/" encoding: json output: { type: "object" additionalProperties: true } }