qc_check_api
Run sequential HTTP checks on a list of API endpoints and report those that do not return the expected status code.
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 |