Skip to main content
Gathering Interest

Auto-pagination for query endpoint in PowerBI REST API Connector

Related products:API and SDKs
  • April 10, 2025
  • 0 replies
  • 27 views

The Power BI REST API Connector today only auto‑paginates responses that include a single, top‑level string cursor. However, queries against the /models/instances/query endpoint return a top‑level cursors object, which isn’t currently supported. Since this endpoint is widely used, adding native auto‑pagination for its responses would greatly simplify integrations.