This skill handles Microsoft Fabric REST API patterns, including listing and paginating workspaces/items, managing long-running operations with polling, understanding the distinction between runtime item IDs and platform logical IDs, and the 201-or-202 create pattern.
The exact command may vary by repository. Check the README on GitHub.
For the skill author
Drop this on your repo README
Shows your skill is listed on Skillteca, generates a backlink and trackable traffic.
[](https://www.skillteca.com.br/skills/fabric-rest-api?utm_source=badge&utm_medium=readme&utm_campaign=badge)
One short email with only the new Automação skills. 4 minutes of reading, no spam, unsubscribe with one click.
You confirm your email on the first send. No spam. Unsubscribe with one click.
Fabric REST API patterns
Base URL: https://api.fabric.microsoft.com/v1
Finding Workspaces and Items
List workspaces: GET /v1/workspaces → paginate with continuationToken
Find by name: iterate results until displayName matches
List items in workspace: GET /v1/workspaces/{wsId}/items?type={ItemType}
Type-specific endpoints return extra properties (connection strings, etc.):
GET /v1/workspaces/{wsId}/{lakehouses|warehouses|notebooks|semanticModels|...}
Sensi
[Description truncada. Veja o README completo no GitHub.]