Skip to main content
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Get Fabric certified for FREE! Don't miss your chance! Learn more

Reply
asifsyed
New Contributor

GUID from fabric programmatically

Hi 

 

I am looking to get GUID programmatically for objects (pipelines) within Fabric. How do we get that ?

2 ACCEPTED SOLUTIONS
Anonymous
Not applicable

HI @asifsyed,

I'd like to suggest you try to use 'sempy' package functions to get the item list from workspace:

sempy.fabric package | Microsoft Learn

 

import sempy.fabric as fabric

# Get the items of this workspace
workspace_items=fabric.list_items()

# Filter by type to get DataPipeline list
itemList= workspace_items[workspace_items.Type == "DataPipeline"]

display(itemList)

 

1.png

Regards,

Xiaoxin Sheng

View solution in original post

asifsyed
New Contributor

Thank You.

 

Is there other approach as well via web API?

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

HI @asifsyed,

I'd like to suggest you try to use 'sempy' package functions to get the item list from workspace:

sempy.fabric package | Microsoft Learn

 

import sempy.fabric as fabric

# Get the items of this workspace
workspace_items=fabric.list_items()

# Filter by type to get DataPipeline list
itemList= workspace_items[workspace_items.Type == "DataPipeline"]

display(itemList)

 

1.png

Regards,

Xiaoxin Sheng

asifsyed
New Contributor

Thank You.

 

Is there other approach as well via web API?

frithjof_v
Honored Contributor

Helpful resources

Announcements
Sticker Challenge 2026 Carousel

Join our Community Sticker Challenge 2026

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

Free Fabric Certifications

Free Fabric Certifications

Get Fabric certified for free! Don't miss your chance.

January Fabric Update Carousel

Fabric Monthly Update - January 2026

Check out the January 2026 Fabric update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Users online (2,229)