Forum Discussion
No item ID in List Items API
- Anonymous1 year ago
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.
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":"[email protected]"
}
},
"workspaceId":"xxxxxxxxx-xxxxxxxxxxx-xxxxxxx-x-xxxxxxxxxx-x",
"capacityId":"xxxxxxxxx-xxxxxxxxxxx-xxxxxxx-x-xxxxxxxxxx-x"
}
- lbendlin1 year ago
Super User
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 . - Anonymous1 year agoNot applicable
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.