Appearance
GET
/developer/api-request/request-logsRequired scope:
viskan:apilog:readFinds API request logs for the current tenant with optional filters and cursor-based pagination. Logs are limited to the last 14 days; fromDate values older than that are clamped.
Parameters
Query parameters
searchAfter stringCursor returned by a previous response to fetch the next page.
fromDate stringInclusive lower bound for the log timestamp (ISO-8601). Defaults to one hour before
toDate.toDate stringInclusive upper bound for the log timestamp (ISO-8601). Defaults to now.
path stringSubstring to match against the request URL path.
correlationId stringFilter by exact correlation (trace) identifier.
clientId stringMultivalued
Filter by one or more client identifiers.
method stringMultivalued
Filter by one or more HTTP methods (e.g.
GET, POST).pathPattern stringMultivalued
Filter by one or more API path patterns (e.g.
/orders/{orderId}).statusCode integerMultivalued
Filter by one or more HTTP response status codes.
Response
The response contains the matching request logs and aggregations.