List API keys
List API keys for the account. Returns key metadata (id, name, permissions, scopes, expiry, is_active) but never the secret. Supports status/search filters and optional pagination. Inactive keys are included when status is all or inactive. Permission: account:apikeys:read.
Authorizations
API key. Create and manage keys at /v4/account/api-keys or in the dashboard.
Query Parameters
Filter by key status. all (default) returns active and inactive keys; active / inactive return only that status.
all, active, inactive Case-insensitive substring match against the key name.
Page number (1-based). Used with limit.
x >= 1Page size. When set to a value greater than 0, the response includes a meta object with pagination fields.
x >= 1