get_mock_call_logs
Fetch mock server call logs filtered by time, status code, method, path, or response type. Supports pagination and optional inclusion of request/response details.
Instructions
Get mock call logs. Maximum 6.5MB or 100 call logs per API call. Retention period based on Postman plan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mockId | Yes | The mock server ID | |
| limit | No | Maximum number of logs to return (default: 100) | |
| cursor | No | Pagination cursor | |
| until | No | Return logs until this timestamp | |
| since | No | Return logs since this timestamp | |
| responseStatusCode | No | Filter by response status code | |
| responseType | No | Filter by response type | |
| requestMethod | No | Filter by request method | |
| requestPath | No | Filter by request path | |
| sort | No | Sort field | |
| direction | No | Sort direction | |
| include | No | Include additional data (request.headers, request.body, response.headers, response.body) |