call_read
Retrieve data from any All Quiet API endpoint by specifying a path and optional query parameters. Use after listing available operations to get incident or on-call details.
Instructions
GET any All Quiet API operation. Find it first with list_operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path template exactly as listed, e.g. /team/{id} | |
| query | No | Query parameters. Lists repeat the key (Statuses=a&Statuses=b) | |
| path_params | No | Values for {placeholders} in the path |