Get list of keys
Returns a list of keys in the organization, ordered by creation date, oldest first. Results are capped at limit (default and maximum 250) per page. Every response carries limit, totalCount and nextCursor; pass nextCursor as the cursor query parameter to fetch the next page, repeating until it is null.
limit (default and maximum 250) per page. Every response carries limit, totalCount and nextCursor; pass nextCursor as the cursor query parameter to fetch the next page, repeating until it is null.
Permission
control-plane:organization:view-api-keys permission.Autorizaciones
Use key ID and key secret obtained in ClickHouse Cloud console: https://clickhouse.com/docs/cloud/manage/openapi
Parámetros de ruta
ID of the requested organization.
Parámetros de consulta
Maximum number of results to return.
1 <= x <= 250Opaque cursor from a previous response's nextCursor, marking where to resume the list.
Respuesta
Successful response
HTTP status code.
200
Unique id assigned to every request. UUIDv4
Maximum number of results returned in this page.
Total number of results across all pages.
Cursor for the next page, to be sent as the cursor query parameter. Null on the last page.