get_analytics_operation
Fetch the result of a long-running analytics operation that timed out by using its operation path. Use the path from the timeout message to retrieve the completed output.
Instructions
Fetch the result of a long-running analytics operation by its path. Queries normally poll themselves to completion; this is the escape hatch for one that timed out, using the path reported in the timeout message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operationPath | Yes | Operation path from a prior response, e.g. 'v1/universes/123/operations/metrics/abc'. |