Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi Community
I have sat up a notebook to loop all data pipelines in a workspace and get any job schedules (I want an overview of which items have jobs associated). I simply make a list of the items and then utilize the API to give me the job scheduler (via this api: Job Scheduler - List Item Schedules - REST API (Core) | Microsoft Learn).
This works fine for Data pipelines (once I figured out that the job type for a Data Pipline is “Pipeline”). However I cannot get the api to return a schedule on a notebook when I set the job type to “Notebook”. It simply return "InvalidJobType":
Anyone who has had any luck with getting job schedules on a notebook returned from an Fabric API – any feedback would be much appreciated?
Appendix – the error:
{
"requestId": "f6ae84cc-1564-45c0-8fd1-82d5e4634338",
"errorCode": "InvalidJobType",
"message": "The requested job type is invalid"
}
Solved! Go to Solution.
Hi @KimTutein,
Thank you for reaching out to Microsoft Fabric Community Forum.
Unfortunately, at this time there is no official or public API support to retrieve schedules for standalone notebooks in Microsoft Fabric.
Monitor Fabric API documentation for future updates — Microsoft is actively developing Fabric and may expand API coverage.
If this post helps, then please consider Accepting as solution to help the other members find it more quickly, don't forget to give a "Kudos" – I’d truly appreciate it!
Regards,
Vinay Pabbu
Hi Vinay
Thank you very much for a swift answer - I will cross my fingers for an update to the API.
Hi @KimTutein,
Thank you for reaching out to Microsoft Fabric Community Forum.
Unfortunately, at this time there is no official or public API support to retrieve schedules for standalone notebooks in Microsoft Fabric.
Monitor Fabric API documentation for future updates — Microsoft is actively developing Fabric and may expand API coverage.
If this post helps, then please consider Accepting as solution to help the other members find it more quickly, don't forget to give a "Kudos" – I’d truly appreciate it!
Regards,
Vinay Pabbu
User | Count |
---|---|
6 | |
2 | |
2 | |
2 | |
2 |
User | Count |
---|---|
18 | |
17 | |
6 | |
5 | |
4 |