qc_check_api
Test a list of API endpoints sequentially and verify each returns the expected HTTP status code. Reports pass or fail for every endpoint.
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 |