List all API keys for a specific organization with pagination.
This endpoint returns metadata about API keys without exposing the actual key values. Results are paginated and ordered by creation date (newest first).
Args: organization_id: The UUID of the organization to list API keys for (optional) db: Database session current_user: Authenticated user
Returns: Page[ApiKeyInfo]: Paginated list of API key information for the organization
Raises: HTTPException: If organization not found or user lacks access
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The organization ID to list API keys for. Defaults to the active organization from the JWT if omitted.
Page number
x >= 1Page size
1 <= x <= 100