Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredJoin us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered
The get item API for a Fabric Pipeline doesn't return the schedule associated with a pipeline.
API being used:
GET https://api.fabric.microsoft.com/v1/workspaces/<your WS Id>/items/<pipeline id>
Is there anyway to get the schedule associated with a pipeline via automation?
Solved! Go to Solution.
Hi @Saiteja_M
Thank you. I verified that using "Pipeline" as jobtype does work!
Is there a list of all supported valid job types? I didn't find anything similar on the documentations. I used another API to list data pipelines, and it gives me a type "DataPipeline" which is not supported in this API either. Hadn't thought "Pipeline" is the key!
Best Regards,
Jing
I agree, the documentation is terrible. There should be a listing of all available options for each parameter (e.g. jobType)
Hi Jing,
I do not have a complete list but for DataPipelines you can use "Pipeline" and for Dataflows you can use "Refresh"
Best Regards
Saiteja
What about notebooks?
Please try "RunNotebook" for notebooks.
Thank you, but maybe we can get the documenation to actually reflect it instead of searching around in forums?
Thank you very much!
Best Regards,
Jing
Hi @anawast
I tried Job Scheduler - List Item Schedules today but got an InvalidJobType error "The requested job type is invalid". I used "DefaultJob" type which was got from the example code in the documentation. I tried Job Scheduler - Get Item Schedule but also failed.
From this documentation, it doesn't mention that these two job scheduler APIs could be applied to Data pipelines. It seems that these Job Scheduler APIs are not supported for data pipelines currently.
Best Regards,
Jing
If this post helps, please Accept it as Solution to help other members find it. Appreciate your Kudos!
Hi @anawast
Have you tried Job Scheduler - Get Item Schedule?
GET https://api.fabric.microsoft.com/v1/workspaces/{workspaceId}/items/{itemId}/jobs/{jobType}/schedules/{scheduleId}
Best Regards,
Jing
If this post helps, please Accept it as Solution to help other members find it. Appreciate your Kudos!
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
74 | |
48 | |
16 | |
12 | |
7 |
User | Count |
---|---|
80 | |
77 | |
27 | |
8 | |
7 |