Skip to main content
GET
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.

Permission

The API key must have the control-plane:organization:view-api-keys permission.

Авторизации

Authorization
string
header
обязательно

Use key ID and key secret obtained in ClickHouse Cloud console: https://clickhouse.com/docs/cloud/manage/openapi

Параметры пути

organizationId
string<uuid>
обязательно

ID of the requested organization.

Параметры запроса

limit
integer
по умолчанию:250

Maximum number of results to return.

Требуемый диапазон: 1 <= x <= 250
cursor
string

Opaque cursor from a previous response's nextCursor, marking where to resume the list.

Ответ

Successful response

status
number

HTTP status code.

Пример:

200

requestId
string<uuid>

Unique id assigned to every request. UUIDv4

result
object[]
limit
integer

Maximum number of results returned in this page.

totalCount
integer

Total number of results across all pages.

nextCursor
string | null

Cursor for the next page, to be sent as the cursor query parameter. Null on the last page.

Последнее изменение 18 сентября 2026 г.