Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi all,
I'm trying to use the Gateway API from below link
https://docs.microsoft.com/en-us/rest/api/power-bi/gateways/getgateways#gateway
But it seems the API is missing the result called gatewayStatus
The result all i got is below. Could someone pls sugges how i can get the status of the gateway using this API?
{
"id": "",
"gatewayId": 0,
"name": "",
"type": "Resource",
"publicKey": {
"exponent": "AQAB",
"modulus": ""
},
"gatewayAnnotation": "{}"
}
Solved! Go to Solution.
Hi @Jayendran ,
I have got the result, Get Gateways will not return status, only Get Gateways (single) returns status.
Best Regards,
Teige
Hi @Jayendran ,
Based on my test, I can reproduce this problem, I have reported this problem.
Best Regards,
Teige
Thanks for the confirming the same @TeigeGao . May i know how did you reported to the team? Is there anyway I could track this ?
Hi @Jayendran ,
I reported the issue to PG team, this is not a public channel, I will share the result to you as soon as possible when I get the result.
Best Regards,
Teige
Thanks @TeigeGao , need some another help as in the API docs the gatewaystatus is mentioned as string. But we don't have enough details like what are the possible string values will come.
For eg., Available (or) Running , Not-Available (or)Error
Something like that. If possible can you request that too in your followup to the PB Team
Hi @Jayendran ,
I have got the result, Get Gateways will not return status, only Get Gateways (single) returns status.
Best Regards,
Teige
Thanks @TeigeGao for letting me know about the sol. Could you pls ask the PBI team to correct the api documentation?
Also I've one doubt so there is no way to retrieve the gateway status as bulk ?
There is no problem.
Please note API documentation is still incorrectly showing gatewayStatus is returned by "Gateways - Get Gateways"
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!