astrovisor_request
Call any AstroVisor API operation by operationId. Supports compact serialization and follow-up retrieval using a resultId.
Instructions
Call any AstroVisor API operation by operationId. Supports compact serialization and follow-up retrieval by resultId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | JSON request body. | |
| path | No | Path params for templates like /api/foo/{id}. | |
| query | No | Query string params. | |
| method | No | Optional disambiguation if operationId is not unique. | |
| response | No | ||
| operationId | Yes | OpenAPI operationId to call. | |
| pathTemplate | No | Optional disambiguation if operationId is not unique. |