v1

latestOpenAPI 3.0.32026-07-17183583.3 KB
ApiKeys

List Issued API Keys

Lists issued API keys with optional filtering. Supports cursor-based pagination and AIP-160 filter expressions. Returns only issued (generated) API keys; use ListImportedApiKeys for imported keys.

GET /v2alpha1/admin/issuedApiKeys?page_size=50&filter=actor_id%3D%22user_123%22
get/v2alpha1/admin/issuedApiKeys

Query parameters

page_sizeinteger

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

page_tokenstring

Cursor token for pagination

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