v1

latestOpenAPI 3.0.32026-07-17183583.3 KB
ApiKeys

List Imported API Keys

Lists all imported keys with filtering. Returns imported keys only (not issued keys). Supports pagination and AIP-160 filter expressions.

GET /v2alpha1/admin/importedApiKeys?page_size=50&filter=status%3DKEY_STATUS_ACTIVE
get/v2alpha1/admin/importedApiKeys

Query parameters

page_sizeinteger

Number of items per page (default: 50, max: 1000)

page_tokenstring

Cursor token for pagination (OPTIONAL)

filterstring

filter is an AIP-160 expression. Indexed fields (efficient at any scale): actor_id, status. Other fields are not indexed and may be rejected. Examples: actor_id="user_123" status=KEY_STATUS_ACTIVE actor_id="user_123" AND status=KEY_STATUS_ACTIVE

Response

A successful response.

next_page_tokenstring