You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains a Microsoft Fabric notebook that demonstrates how to use the **List Item Job Instances** API to find the status of jobs within Fabric.
4
+
5
+
## 🔍 Overview
6
+
7
+
The notebook leverages the https://learn.microsoft.com/en-us/rest/api/fabric/core/job-scheduler/list-item-job-instances?tabs=HTTP#code-try-0 to retrieve job execution details. This is particularly useful for monitoring and diagnostics in Fabric-based solutions.
8
+
9
+
## 📓 Notebook Author
10
+
11
+
This notebook was created by **Bradley Ball**, a Sr. Cloud Solution Architect and host of the *Tales from the Field* YouTube channel.
12
+
13
+
## 🎥 Watch the Video
14
+
15
+
You can watch the full walkthrough and explanation of this notebook on YouTube:
16
+
17
+
[
18
+
19
+
## 📂 Contents
20
+
21
+
-`FindStatusOfJobs.ipynb`: The main notebook that demonstrates how to call the API and interpret the results.
22
+
-`README.md`: This file.
23
+
24
+
## 📌 Prerequisites
25
+
26
+
- Access to Microsoft Fabric
27
+
- Proper authentication setup to call Fabric REST APIs
28
+
- Familiarity with notebooks in Microsoft Fabric
29
+
30
+
## 🛠️ How to Use
31
+
32
+
1. Open the notebook in Microsoft Fabric.
33
+
2. Follow the instructions to authenticate and run the API call.
34
+
3. Review the returned job instance data for insights into job execution.
35
+
36
+
## 📄 Documentation
37
+
For more details on the API used, refer to the official Microsoft documentation:
38
+
👉 [List Item Job Instances API](https://learn.microsoft.com/en-us/rest/api/fabric/core/job-scheduler/list-item-job-instances?tabs=d with ❤️ by Bradley Ball
0 commit comments