get_request_logs
Retrieve and filter captured request/response logs to verify expected API calls were made to the mock server.
Instructions
Retrieve captured request/response logs. Filter by method, path, mock ID, or protocol. Use this to verify that expected API calls were made to the mock server.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum logs to return | |
| method | No | Filter by HTTP method | |
| mockId | No | Filter by mock ID that handled the request | |
| offset | No | Logs to skip | |
| pathPrefix | No | Filter by path prefix | |
| protocol | No | Filter by protocol type | |
| unmatchedOnly | No | If true, only return unmatched requests with near-miss analysis showing which mocks almost matched and why they didn't |