home / data

Menu
  • GraphQL API

requests

Table actions
  • GraphQL API for requests

3 rows where dataset = "monkey-april-2024" and method = "REPORT"

✎ View and edit SQL

This data as json, copyable, CSV (advanced)

scheme 1

  • https 3

runType 1

  • monkey 3

platform 1

  • android 3

method 1

  • REPORT · 3 ✖

dataset 1

  • monkey-april-2024 · 3 ✖
Link id dataset initiator platform runType startTime method httpVersion endpointUrl scheme host port path content headers cookies
monkey-april-2024,25672 25672 monkey-april-2024 com.daimler.ris.mercedesme.ece.android@1.43.0 android monkey 2024-05-01T13:54:55.442Z REPORT HTTP/2.0 https://clientsdk.launchdarkly.com/msdk/evalx/context https clientsdk.launchdarkly.com 443




monkey-april-2024,25673 25673 monkey-april-2024 com.daimler.ris.mercedesme.ece.android@1.43.0 android monkey 2024-05-01T13:55:01.574Z REPORT HTTP/2.0 https://clientsdk.launchdarkly.com/msdk/evalx/context https clientsdk.launchdarkly.com 443




monkey-april-2024,25679 25679 monkey-april-2024 com.daimler.ris.service.ece.android@2.0.4 android monkey 2024-04-29T08:22:04.623Z REPORT HTTP/2.0 https://clientsdk.launchdarkly.com/msdk/evalx/context https clientsdk.launchdarkly.com 443




Advanced export

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

CSV options:

CREATE TABLE "requests" (
    "id" text,
    "dataset" text,
    "initiator" text,
    "platform" text not null,
    "runType" text,
    "startTime" text not null,
    "method" text not null,
    "httpVersion" text,
    "endpointUrl" text not null,
    "scheme" text,
    "host" text not null,
    "port" integer,
    "path" text not null,
    "content" blob,
    "headers" text not null,
    "cookies" text not null,
    foreign key("dataset") references "datasets"("slug"),
    primary key("dataset", "id")
) without rowid;
CREATE INDEX "requests_method" on "requests"("method");
CREATE INDEX "requests_dataset" on "requests"("dataset");
CREATE INDEX "requests_runType" on "requests"("runType");
CREATE INDEX "requests_scheme" on "requests"("scheme");
CREATE INDEX "requests_platform" on "requests"("platform");
Tweasel project open data Datasette instance · Queries took 18.395ms Legal notice & contact · Privacy policy