Audit-Log
Audit-Anfragen auflisten
List audit log entries for the current tenant with filtering and pagination.
AuthentifizierungBearer <token>
Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).
Ort: header
Query-Parameter
limit?integer
Deliberately no max: an oversized limit is capped by the controller instead of rejected, which keeps existing clients working. The rule only guarantees the type.
Wertebereich
1 <= valueoffset?integer
Wertebereich
0 <= valuemethod?|
Erlaubte Werte
- "GET"
- "POST"
- "PUT"
- "PATCH"
- "DELETE"
- "HEAD"
- "OPTIONS"
- "get"
- "post"
- "put"
- "patch"
- "delete"
- "head"
- "options"
status?|
Wertebereich
100 <= value <= 599path?|
Länge
length <= 255client_ip?string|null
user_id?|
Format
uuidrequest_id?|
Länge
length <= 64from?|
Format
date-timeto?|
Format
date-timeResponse-Body
application/json
application/json
application/json
curl -X GET "https://example.com/audit/requests"{ "data": [ { "correlation_id": "string", "user_id": "string", "client_ip": "string", "method": "string", "uri": "string", "status_code": 0, "duration_ms": 0, "timestamp": "string" } ], "total": 0, "limit": 0, "offset": 0}