qa_probe_probe_endpoint
Probe any API endpoint to get its current live status and verify if it is returning data correctly.
Instructions
Live-probe a single endpoint right now and return its status. Ask: "Is GET /alerts returning data right now?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Backend path (e.g. /alerts) | |
| method | No | HTTP method (GET, POST, etc.) |