Kissaki Docs
API referenceAssets

Asset Request Logs

GET
/assets/{asset_id}/request-logs

Path Parameters

asset_id*Asset Id

Response Body

application/json

application/json

curl -X GET "https://example.com/assets/string/request-logs"
{  "summary": {    "total": 0,    "by_class": {      "property1": 0,      "property2": 0    },    "top_status": [      {        "code": 0,        "label": "string",        "count": 0      }    ],    "has_5xx": true  },  "logs": [    {      "method": "string",      "path": "string",      "url": "string",      "status": 0,      "attack": "string",      "tool": "string",      "duration_ms": 0,      "timestamp": "string"    }  ]}