home / public

reports

1 row where domain_id = 2743 sorted by checked_at descending

✎ View and edit SQL

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 ▲
ac54e340-e469-4602-9c3a-b817a8bc112d 2743 2743 https://kompetens.kommunal.se/ https://kommunalciam.ciamlogin.com/d73ea243-6cce-41a8-860b-7c6f8d005114/oauth2/v2.0/authorize?response_type=code&client_id=54d00cb6-ae24-456a-9c28-27494477b454&scope=openid&state=42a22a99-8209-4515-8ec2-8b68a03c4057&redirect_uri=https://kompetens.kommunal.se/LuvitPortal/oidc/auth_response&access_type=offline&code_challenge=7EzzeiIX6A84-q86GRxTfNULb6iHXyf5RTvwUv8_B1s&code_challenge_method=S256 200 20.190.181.5:443 11986 47 12033 17 9 0 0 none 1781012775382

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
Powered by Datasette · Queries took 15.495ms