Skip to main content
Glama

get_job_status_by_url

Retrieve job status in Microsoft Fabric using the location URL from job creation. Check progress and details when you have the URL but not individual workspace, item, or job identifiers.

Instructions

Get job status using the location URL from run_on_demand_job.

Retrieves job status using the location URL returned when the job was created. This is convenient when you have the location URL but not the individual workspace/item/job identifiers.

Parameters: location_url: The location URL returned from job creation.

Returns: Dictionary with status, message, and job details (same structure as get_job_status).

Example: ```python # Start a job start_result = run_on_demand_job(...)

# Check status using the location URL status_result = get_job_status_by_url(start_result["location_url"]) ```

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
location_urlYes

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