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

A new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.

Capacity refreshables API not returning any data

I am running Capacity refreshable API using service principal and it is not able to read capacity. It returns the status as 200 but result is blank.

 

Same API is working fine using the same spn if i run it on Power shell but not on Postman/databricks.

 

I have given capacity read all permissiona and enabled this service principal on admin portal.

 

I am getting below output on Postman : 

{
    "@odata.count": 0,
    "value": []
}
Status: Needs Info
Comments
Anonymous
Not applicable

Hi  @PGUPTA14 

Can you provide the REAT API you used on Postman/databricks ?

 

Best Regards,
Community Support Team _ Ailsa Tao

TK12345
Resolver II

Did someone fix this already? I've got the same ussiue. 200 OK returns with 0 data. There is data for sure. What am I doing wrong?