verify_api_health
Check if an API endpoint is healthy and responding with expected status codes or content.
Instructions
Verify if an API endpoint is healthy and responding correctly. Can check for expected status codes or response content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expect | No | Expected response criteria | |
| target | Yes | The API endpoint URL to verify (e.g., https://api.example.com/health) | |
| timeout_ms | No | Request timeout in milliseconds (default: 10000) | |
| follow_redirects | No | Follow HTTP redirects (default: true) |