List request logs
Lists request-log summaries for a deployment within the given time window, ordered most recent first. Supports cursor pagination and optional filtering by HTTP method, status class, route path, log severity, and free-text search.
path Parameters
deploymentNameThe name of the deployment. You can find this in the Zuplo Portal under Settings > Environments.
query Parameters
startTimeInclusive ISO 8601 lower bound on request timestamp.
endTimeInclusive ISO 8601 upper bound on request timestamp.
cursorOpaque cursor returned in pagination.cursor on a previous page. Pass to fetch the next page.
limitMaximum number of results to return (1-200).
httpMethodFilter to requests with this HTTP method.
httpStatusFilter to requests with this HTTP status class (2xx, 3xx, 4xx, 5xx).
routePathFilter to requests that matched this route path.
searchCase-insensitive free-text search across log message bodies for the request window.
severityFilter to requests whose maximum log severity equals this value.
List request logs › Responses
The request has succeeded.
Array of request-log summaries, ordered most recent first.
Pagination state for the result set.
Get request log detail
Retrieves the full request detail and all log entries for a single request on a deployment.
path Parameters
deploymentNameThe name of the deployment. You can find this in the Zuplo Portal under Settings > Environments.
requestIdThe unique identifier of the request (correlation ID stamped by the gateway).
Get request log detail › Responses
The request has succeeded.
The request summary and contextual fields.
All log entries emitted during the request, ordered by emit time.