The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi
is it possible or planned to be able to via the Fabric Rest API return the schedule for a pipeline ?
thanks in advance
Bryan
Solved! Go to Solution.
You could do that using the following API
GET https://api.fabric.microsoft.com/v1/workspaces/{wokspaceId}/items/{ItemId}/jobs/DefaultJob/schedules
You will have to iterate through each workspace to fetch the workspaceId and then iterate Items in individual workspaces to fetch the ItemId.
This is another and perfect option I believe. https://learn.microsoft.com/en-us/rest/api/fabric/core/job-scheduler/list-item-job-instances?tabs=HT...
Hi @BryanCarmichael,
We haven’t heard back from you regarding your issue. If it has been resolved, please mark the helpful response as the solution and give a ‘Kudos’ to assist others. If you still need support, let us know.
Thank you.
Hi @BryanCarmichael,
May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.
Thank you.
Hi @BryanCarmichael,
I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.
Thank you.
Hi @BryanCarmichael,
Thank you for contacting the Microsoft Fabric Forum Community.
Currently, Microsoft Fabric's official REST API documentation does not provide a direct API endpoint to retrieve pipeline schedules. The Fabric Data Factory API supports CRUD operations for pipelines and monitoring pipeline runs, but scheduling is managed separately under a different API, which is not publicly documented.
Please refer to the document links and the solved solution below for more details:
Solved: Fabric API does not return the schedule associated... - Microsoft Fabric Community
REST API capabilities for Fabric Data Factory (Preview) - Microsoft Fabric | Microsoft Learn
Fabric data pipeline public REST API (Preview) - Microsoft Fabric | Microsoft Learn
If this post helps, then please give us ‘Kudos’ and consider Accept it as a solution to help the other members find it more quickly.
Thank you.
You could do that using the following API
GET https://api.fabric.microsoft.com/v1/workspaces/{wokspaceId}/items/{ItemId}/jobs/DefaultJob/schedules
You will have to iterate through each workspace to fetch the workspaceId and then iterate Items in individual workspaces to fetch the ItemId.
User | Count |
---|---|
15 | |
9 | |
5 | |
3 | |
2 |
User | Count |
---|---|
45 | |
23 | |
17 | |
13 | |
12 |