get_mock_invocations
Retrieve recorded request/response pairs for a specific mock to debug actual API calls. Shows method, path, headers, body, and timestamps.
Instructions
List all recorded invocations (request/response pairs) for a specific mock. Shows method, path, headers, body, and timestamp for each call. Use this to debug what requests actually hit a mock.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Mock ID | |
| limit | No | Max invocations to return (default 50) |