Get a mock server's call logs
Authentication
Basic authentication of the form Basic <base64(username:password)>.
Path parameters
Query parameters
The pointer to the first record of the set of paginated results. To view the next response, use the nextCursor value for this parameter.
Return only call logs that match the given response type. Matching is not case-sensitive.
Return only call logs that match the given HTTP method. Matching is not case-sensitive.
Return only call logs that match the given request path. Matching is not case-sensitive.
Sort the results by the given value. If you use this query parameter, you must also use the direction parameter.
Sort in ascending (asc) or descending (desc) order. Matching is not case-sensitive. If you use this query parameter, you must also use the sort parameter.
Include call log records with header and body data. This query parameter accepts the request.headers, request.body, response.headers, and response.body values. For multiple include types, comma-separate each value.
Response
The response’s non-standard meta information.