requests
2 rows where dataset = "worrying-confessions", method = "PUT" and scheme = "https"
This data as json, copyable, CSV (advanced)
scheme 1
- https · 2 ✖
runType 1
platform 1
- android 2
method 1
- PUT · 2 ✖
dataset 1
- worrying-confessions · 2 ✖
Link | id | dataset | initiator | platform | runType | startTime | method | httpVersion | endpointUrl | scheme | host | port | path | content | headers | cookies |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
worrying-confessions,35917 | 35917 | worrying-confessions | com.tinder@13.15.1 | android | no-interaction | 2022-09-07T21:05:52.833313+00:00 | PUT | HTTP/1.1 | https://etl.tindersparks.com/v2/batch/event | https | etl.tindersparks.com | 443 | ||||
worrying-confessions,41674 | 41674 | worrying-confessions | com.pinterest@10.31.0 | android | no-interaction | 2022-09-08T10:55:04.794958+00:00 | PUT | HTTP/2.0 | https://api.pinterest.com/v3/gatekeeper/activate/ | https | api.pinterest.com | 443 |
Advanced export
JSON shape: default, array, newline-delimited, object
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");