list_mock_captures
Retrieve recent HTTP requests captured by a mock endpoint to verify integration calls. Returns method, path, status, and timestamp for up to 200 captures.
Instructions
List recent captured requests that hit a mock endpoint. Use this to verify your integration is actually calling the mock URL — shows method, path, status, and time for each capture. Returns up to 50 by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpointId | Yes | The mock endpoint ID (from list_mock_endpoints) | |
| limit | No | Max captures to return (1-200, default 50) |