Skip to main content
Glama

get_operation_result

Retrieve results from asynchronous operations in Microsoft Fabric using operation IDs from 202 Accepted responses. Check operation status and access completed results for data engineering and analytics tasks.

Instructions

Get the result of a long-running operation.

Retrieves the result of an asynchronous operation using its operation ID. Operation IDs are typically returned in the x-ms-operation-id header from API calls that return 202 Accepted responses.

Parameters: operation_id: The operation ID (from x-ms-operation-id header).

Returns: Dictionary with status, operation_id, message, and operation result.

Example: ```python result = get_operation_result("12345678-1234-1234-1234-123456789abc")

if result["status"] == "success": operation_result = result["result"] # Process operation result ```

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
operation_idYes

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bablulawrence/ms-fabric-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server