API referenceAssets
Asset Request Logs
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" } ]}