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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Yacine911
Frequent Visitor

No item ID in List Items API

Hello everyone

 

I used to use the List Items API to retrieve all my items and extract the item ID based on the item name. However, when I tested it today, I no longer receive the item ID — only a limited set of metadata is returned. Has anyone else experienced the same issue?

 

 

GET https://api.fabric.microsoft.com/v1/workspaces/<your WS Id>/items

"value": [ { "type": "Notebook",

                "displayName": "xxxxxx",

                "description": "New notebook",

                "workspaceId": "xxxxx-xxx-xxxx-xxxxx-xxxxxx",

                "folderId": "xxxxxx-xxxxxxx-xxxxxx-xxxxxx-xxxxxx" },

1 ACCEPTED SOLUTION

Hi @Yacine911 ,

 

The behavior you're seeing is due to recent updates in the Fabric platform both the List Items API and the Admin Items API have been streamlined to return limited metadata by default, and fields like itemId are no longer consistently included in the response. This change affects multiple item types and currently.

If retrieving the itemId is critical to your workflow, we recommend raising a support ticket via the Power BI/Fabric Support Portal, or logging the issue on the Fabric Community Issues board to bring it to the attention of the product team.

 

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.

 

Thankyou.

 

View solution in original post

6 REPLIES 6
v-tsaipranay
Community Support
Community Support

Hi @Yacine911  ,

 

We’re following up once more regarding your query. Could you please confirm if the issue has been resolved through the support ticket with Microsoft?

If the issue has been resolved, we kindly request you to share the resolution or key insights here to help others in the community. If we don’t hear back, we’ll go ahead and close this thread.

Should you need further assistance in the future, we encourage you to reach out via the Microsoft Fabric Community Forum and create a new thread. We’ll be happy to help.

 

Thank you for your understanding and participation.

v-tsaipranay
Community Support
Community Support

Hi @Yacine911 ,

 

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.

v-tsaipranay
Community Support
Community Support

Hi @Yacine911 ,

Thank you for reaching out to the Microsoft Fabric Community.

 

This behavior is due to recent updates to the Fabric Core List Items API, which now returns a limited set of metadata by default  including the omission of the itemId field.

To retrieve the itemId, we recommend using the Admin List Items API (/v1/admin/items), which provides comprehensive metadata, including the item identifier. Please note that this API requires Fabric Administrator permissions or a properly configured service principal.

 

You can refer to the official documentation here: Admin List Items API

 

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.

 

Thankyou.

Thanks for your help! However, even with the new Admin API, I’m still not receiving the item ID in the response. Here’s what I get

 

 

API : GET https://api.fabric.microsoft.com/v1/admin/items

{
"itemEntities":[
{
"type":"DataPipeline",
"name":"xxxxxxxx",
"state":"Active",
"lastUpdatedDate":"2025-03-25T14:48:18.2733505Z",
"creatorPrincipal":{
"displayName":"xxxxxxxxxxxx",
"type":"User",
"userDetails":{
"userPrincipalName":"xxxxxxxxxx@xxxxxxxxxx.com"
}
},
"workspaceId":"xxxxxxxxx-xxxxxxxxxxx-xxxxxxx-x-xxxxxxxxxx-x",
"capacityId":"xxxxxxxxx-xxxxxxxxxxx-xxxxxxx-x-xxxxxxxxxx-x"
}

Hi @Yacine911 ,

 

The behavior you're seeing is due to recent updates in the Fabric platform both the List Items API and the Admin Items API have been streamlined to return limited metadata by default, and fields like itemId are no longer consistently included in the response. This change affects multiple item types and currently.

If retrieving the itemId is critical to your workflow, we recommend raising a support ticket via the Power BI/Fabric Support Portal, or logging the issue on the Fabric Community Issues board to bring it to the attention of the product team.

 

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.

 

Thankyou.

 

If you have a Pro license you can open a Pro ticket at https://admin.powerplatform.microsoft.com/newsupportticket/powerbi
Otherwise you can raise an issue at https://community.fabric.microsoft.com/t5/Issues/idb-p/Issues .

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors