NODE aggregate
SQL >
SELECT
workspaceId,
apiId,
keyId,
toStartOfHour(fromUnixTimestamp64Milli(time)) AS time
FROM key_verifications
GROUP BY
time