Kissaki Docs
API referenceWorkspace

Noise Summary

GET
/noise

Query Parameters

days?Days
Range1 <= value <= 90
Default30

Response Body

application/json

application/json

curl -X GET "https://example.com/noise"
{  "filtered": 0,  "kept": 0,  "candidates": 0,  "share_pct": 0,  "by_reason": {    "property1": 0,    "property2": 0  },  "series": [    {      "day": "string",      "kept": 0,      "filtered": 0    }  ]}