List API keys for the authenticated user. Returns metadata for each key (id, name, description, key_type, status, redacted_key, created_at, expires_at, created_by_user_id). The raw key secret is never returned after creation.
Results can be filtered by key type, status, and created-by user ID. Responses are
paginated; use limit and cursor and the response pagination.next_cursor for
subsequent pages.
Most Arize AI endpoints require authentication. For those endpoints that require authentication, include your API key in the request header using the format
Filter by API key type.
user, service Filter by API key status.
When not specified, defaults to active.
active, deleted Maximum items to return
1 <= x <= 100Opaque pagination cursor returned from a previous response
(pagination.next_cursor). Treat it as an unreadable token; do not
attempt to parse or construct it.