Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Your analytics query references a table that does not exist or is not accessible in Unkey. Check available tables in the schema reference.
err:user:bad_request:invalid_analytics_table
{ "meta": { "requestId": "req_4dgzrNP3Je5mU1tD" }, "error": { "detail": "Access to table 'system.tables' is not allowed", "status": 400, "title": "Bad Request", "type": "https://unkey.com/docs/errors/user/bad_request/invalid_analytics_table" } }
SELECT * FROM system.tables
SELECT * FROM key_verifications_v1 WHERE time >= now() - INTERVAL 7 DAY
SELECT * FROM key_verification WHERE time >= now() - INTERVAL 1 DAY
SELECT * FROM key_verifications_v1 WHERE time >= now() - INTERVAL 1 DAY
analytics.getVerifications
key_verifications_v1
key_verifications_per_minute_v1
key_verifications_per_hour_v1
key_verifications_per_day_v1
key_verifications_per_month_v1
analytics.getRatelimits
ratelimits_v1
ratelimits_per_minute_v1
ratelimits_per_hour_v1
ratelimits_per_day_v1
ratelimits_per_month_v1
Was this page helpful?