qc_check_api
Test a list of API endpoints against expected HTTP status codes and identify any mismatches.
Instructions
Test a list of API endpoints and report which ones return the expected HTTP status. Runs each endpoint sequentially.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base_url | Yes | Base URL for all endpoints (e.g. https://api.example.com) | |
| endpoints | Yes | List of endpoints to test |