get_operation
Retrieve the result of a pending analytics query by providing its path. Use this when a previous request returned done: false to get the final response once processing completes.
Instructions
Check on a long-running analytics query. Use this when query_metrics or list_dimension_values returned done: false; pass the 'path' from that response. Returns the operation with 'done' and, once finished, the 'response' payload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The 'path' value from a pending response, e.g. v1/universes/123/operations/metrics/abc. |