Call a GET endpoint
api_getCall a GET endpoint defined in an OpenAPI spec to retrieve data. Use for read-only API operations with path and query parameters.
Instructions
Calls a GET endpoint and returns the response. Read-only: the method is fixed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| as | No | 'auto' uses the first security alternative with configured credentials; 'anonymous' sends none; or a security scheme name from the spec | auto |
| query | No | Query-string parameters | |
| endpoint | Yes | "METHOD /path", a path with a single operation, or a unique operationId | |
| identity | No | Identity passed to the auth module, e.g. a user id | |
| path_params | No | Path parameters |