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(...)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| location_url | Yes |