batch_test_endpoints
Test multiple API endpoints from an OpenAPI specification in one batch run. Use it for smoke testing or API health checks by filtering endpoints and setting a base URL and headers.
Instructions
Test multiple API endpoints from an OpenAPI spec in batch. Useful for smoke testing or API health checks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spec | Yes | OpenAPI specification as JSON string | |
| baseUrl | No | Base URL to use for testing (overrides spec servers) | |
| headers | No | Optional: Common headers for all requests | |
| filterByTag | No | Optional: Only test endpoints with this tag |