Audit-Log
Audit-Anfrage abrufen
Detail view of a single request including headers, payload and response.
AuthentifizierungBearer <token>
Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).
Ort: header
Pfadparameter
correlationId*string
Response-Body
application/json
application/json
application/json
curl -X GET "https://example.com/audit/requests/string"{ "data": { "correlation_id": "string", "tenant_id": "string", "user_id": "string", "client_ip": "string", "method": "string", "uri": "string", "request_headers": "string", "payload": "string", "status_code": 0, "response_headers": "string", "response_body": "string", "duration_ms": 0, "timestamp": "string", "hostname": "string" }}Audit-Anfragen auflisten GET
List audit log entries for the current tenant with filtering and pagination.
Manager-Inbox abrufen GET
All open manager tasks in one roundtrip (badge counter + section items). Read-only; actions go through the existing endpoints. Route sits in the `manager` middleware block without a global module gate — sections are individually module- and permission-gated inside the service