reports
3 rows where domain_id = 1551 sorted by checked_at descending
This data as json, CSV (advanced)
| id | domain_id | input_url | final_url | http_status | server | page_load_ms | consent_phase_ms | total_ms | responses_count | cookies_count | local_storage_count | analytics_score | analytics_verdict | checked_at ▲ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 95fee9b9-2893-490a-a69b-8307cbe14d30 | 1551 1551 | https://secure.fora.se/ | https://www.fora.se/ | 200 | 20.23.16.76:443 | 11751 | 5132 | 16883 | 65 | 0 | 0 | 10 | good | 1781012685218 |
| f9e63dd8-38ec-4a74-bc45-ef0a0d023aff | 1551 1551 | https://www.fora.se/ | https://www.fora.se/ | 200 | 20.23.16.76:443 | 11565 | 5183 | 16748 | 64 | 0 | 0 | 10 | good | 1781012625514 |
| c907e952-0ff3-4efd-b80b-926aa76311ad | 1551 1551 | https://fora.se/ | https://www.fora.se/ | 200 | 20.23.16.76:443 | 11676 | 5034 | 16710 | 66 | 0 | 0 | 10 | good | 1780693002822 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE reports ( id TEXT PRIMARY KEY, domain_id INTEGER NOT NULL REFERENCES domains(id), input_url TEXT NOT NULL, final_url TEXT NOT NULL, http_status INTEGER NOT NULL, server TEXT, page_load_ms INTEGER, consent_phase_ms INTEGER, total_ms INTEGER, responses_count INTEGER, cookies_count INTEGER, local_storage_count INTEGER, analytics_score INTEGER, analytics_verdict TEXT, checked_at INTEGER NOT NULL ); CREATE INDEX idx_reports_domain_checked ON reports(domain_id, checked_at DESC);