Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Previously Rest API used to work and now it returns Response Code: 400
Could you please provide an information if there are any features related to move it from Preview to Prod
Hi @VOLBE ,
I hope the above details help you fix the issue. If you still have any questions or need more help, feel free to reach out. We’re always here to support you
I confirm, the issue has been fixed yesterday. Thanks!
Hi @VOLBE ,
I would also like to take a moment to thank @brsantos for actively participating and sharing valuable insights on this thread, your contributions are truly appreciated.
@VOLBE could you please confirm if you had a chance to review the information shared.
Let us know if it helped or if you need any further assistance.
We are happy to help.
I am still experiencing this issue. Removing pagination doesn't work for me, as I have more than 10k items in my tenant. Can the Fabric items API be rolled back to previous version?
@marvas I tested a palliative solution at my company.
In my case, I have a data pipeline with a Copy Data activity that points to the Items API as the source.
I added a For Each activity on top of that Copy Data activity so we can loop through the item types (I included a variable with the types, excluding the APP type).
That way, I didn’t encounter any errors.
Note: You can pass a specific item type in the relative URL like this:
items?type=report
Thanks a lot, really appreciated. I wanted to try it today, but apparently the issue has been fixed.
Hi everyone,
Same issue here since last Thursday. I identify a problem with App Items (agree with @brsantos ). For me this API call is a part of a pipeline (Copy Data). I don't want to review my pipeline process to fix it...I please MS to fix it or roll back a former version of the API.
Hi everyone,
I’m experiencing the same issue, and it started today as well.
This makes me think there may be a problem with how pagination is being handled (or enforced) on the API side, possibly due to a recent change.
Has anyone else noticed similar behavior or found a workaround?
Thanks!
Hi @brsantos ,
I found this:
Copy Activity pagination is client‑driven
When you enable pagination rules in Copy Data (REST source), ADF/Fabric:
Sends the first request
Reads the pagination token / URL from the response
Constructs the next request exactly as configured
Stops immediately if:
the token path doesn’t resolve
the token format changes
the API returns a value the rule can’t parse
If you remove pagination rules, ADF:
Executes only the first request
Successfully returns the initial page (which matches your observation)
This is expected behavior, not a partial success.
So, I would think then that you would check those Stops immediately issues to see if that is affecting you.
Proud to be a Datanaut!
Private message me for consulting or training needs.
@collinq ,
Following up on my previous message, I’ve discovered some new information about this error.
After further testing, the issue seems to be specific to APP-type artifacts. When I call the API and explicitly request other artifact types, the request runs successfully without any issues.
Based on the tests I’ve performed so far, only APP artifacts return the error mentioned earlier. This suggests the problem may be isolated to how APP artifacts are being handled by the Admin Items API.
Just wanted to share this additional finding in case it helps with the investigation.
Thanks!
Hi everyone,
I wanted to share an update on my investigation.
I identified that the error is occurring when the API tries to retrieve an item that has already been deleted. During the pagination process in the Copy Data activity, the pipeline attempts to access a resource that no longer exists, which results in a 404 NotFound (EntityNotFound) error.
Here is an anonymized version of the error message for reference:
"errors": [
{
"Code": 23353,
"Message": "Failure happened on 'Source' side. ErrorCode=RestCallFailedWithClientError, Type=HybridDeliveryException, Message=Rest call failed with client error, status code 404 NotFound.\nRequest URL: https://api.fabric.microsoft.com/v1/admin/items? <suppressed parameters>.\nResponse: {\"requestId\":\"<ID_anonymized>\",\"errorCode\":\"EntityNotFound\",\"message\":\"The requested resource could not be found\",\"relatedResource\":{\"resourceId\":\"<ID_anonymized>\",\"resourceType\":\"Item\"}}"
}
]"
This suggests that when pagination is enabled, the Copy Data activity does not gracefully handle references to deleted items, causing the pipeline to fail. When pagination is removed, the initial data is returned successfully.
My question is:
What is the recommended way to handle or mitigate this scenario?
Is there a way to ignore deleted items, add error handling, or configure pagination so that the pipeline does not fail when encountering a deleted resource?
Any guidance or best practices would be greatly appreciated.
Thanks!
I recently received this error as well. After some intense digging, I also noticed it targeting apps. I actually was able to delete the first app that it was triggering on since it was orphaned but then came across an app we were actually using when the error came up again. But deleting the apps it was targeting seemed to progress to the next app.
I think this is a Microsoft fabric api issue targeting just apps and needs to be resolved on Microsoft's end.
I just removed the pagination. It won't matter unless you have more than 10k items on your tenant.
What happens if you have more than 10K items? That seems to be pretty common for reports at large organizations...
Hi @VOLBE,
The API is working for me. Can you share the request that you're sending? a 400 error means that you're sending a malformed request.
Proud to be a Super User! | |
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.