get_mock_call_logs
Retrieve mock server call logs with filters by status code, method, path, and time range. Supports pagination and up to 100 logs per call.
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 |
|---|---|---|---|
| sort | No | Sort field | |
| limit | No | Maximum number of logs to return (default: 100) | |
| since | No | Return logs since this timestamp | |
| until | No | Return logs until this timestamp | |
| cursor | No | Pagination cursor | |
| mockId | Yes | The mock server ID | |
| include | No | Include additional data (request.headers, request.body, response.headers, response.body) | |
| direction | No | Sort direction | |
| requestPath | No | Filter by request path | |
| responseType | No | Filter by response type | |
| requestMethod | No | Filter by request method | |
| responseStatusCode | No | Filter by response status code |