Microsoft Fabric website screenshot

Microsoft Fabric

Microsoft Fabric is a unified analytics platform that brings together data engineering, data science, real-time analytics, and business intelligence. It provides REST APIs for managing workspaces, lakehouses, warehouses, data pipelines, notebooks, and other Fabric items.

2 APIs 0 Features
Data AnalyticsData EngineeringData PlatformLakehouseMicrosoft

APIs

Microsoft Fabric REST API

The Microsoft Fabric REST API provides programmatic access to the unified analytics platform. Developers can manage workspaces, lakehouses, warehouses, data pipelines, notebooks...

Microsoft Fabric SQL Connection

Microsoft Fabric provides SQL connectivity to lakehouses and data warehouses through TDS endpoints. Developers can query Fabric data using standard SQL tools, JDBC/ODBC drivers,...

Collections

Pricing Plans

Rate Limits

Microsoft Fabric Rate Limits

5 limits

RATE LIMITS

FinOps

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🌐
Portal
Portal
🔗
Website
Website
🔗
Documentation
Documentation
🚀
GettingStarted
GettingStarted
💰
Pricing
Pricing
🔑
Authentication
Authentication
📰
Blog
Blog
🔗
Community
Community
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
💬
Support
Support
🟢
StatusPage
StatusPage

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Microsoft Fabric REST API (Core)
  version: v1
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: Workspaces
    type: folder
  items:
  - info:
      name: List workspaces
      type: http
    http:
      method: GET
      url: https://api.fabric.microsoft.com/v1/workspaces
    docs: List workspaces
  - info:
      name: Create workspace
      type: http
    http:
      method: POST
      url: https://api.fabric.microsoft.com/v1/workspaces
      body:
        type: json
        data: '{}'
    docs: Create workspace
  - info:
      name: Get workspace
      type: http
    http:
      method: GET
      url: https://api.fabric.microsoft.com/v1/workspaces/:workspaceId
      params:
      - name: workspaceId
        value: ''
        type: path
    docs: Get workspace
  - info:
      name: Update workspace
      type: http
    http:
      method: PATCH
      url: https://api.fabric.microsoft.com/v1/workspaces/:workspaceId
      params:
      - name: workspaceId
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Update workspace
  - info:
      name: Delete workspace
      type: http
    http:
      method: DELETE
      url: https://api.fabric.microsoft.com/v1/workspaces/:workspaceId
      params:
      - name: workspaceId
        value: ''
        type: path
    docs: Delete workspace
- info:
    name: Items
    type: folder
  items:
  - info:
      name: List items
      type: http
    http:
      method: GET
      url: https://api.fabric.microsoft.com/v1/workspaces/:workspaceId/items
      params:
      - name: workspaceId
        value: ''
        type: path
    docs: List items
  - info:
      name: Create item
      type: http
    http:
      method: POST
      url: https://api.fabric.microsoft.com/v1/workspaces/:workspaceId/items
      params:
      - name: workspaceId
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Create item
  - info:
      name: Get item
      type: http
    http:
      method: GET
      url: https://api.fabric.microsoft.com/v1/workspaces/:workspaceId/items/:itemId
      params:
      - name: workspaceId
        value: ''
        type: path
      - name: itemId
        value: ''
        type: path
    docs: Get item
  - info:
      name: Update item
      type: http
    http:
      method: PATCH
      url: https://api.fabric.microsoft.com/v1/workspaces/:workspaceId/items/:itemId
      params:
      - name: workspaceId
        value: ''
        type: path
      - name: itemId
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Update item
  - info:
      name: Delete item
      type: http
    http:
      method: DELETE
      url: https://api.fabric.microsoft.com/v1/workspaces/:workspaceId/items/:itemId
      params:
      - name: workspaceId
        value: ''
        type: path
      - name: itemId
        value: ''
        type: path
    docs: Delete item
  - info:
      name: Get item definition
      type: http
    http:
      method: POST
      url: https://api.fabric.microsoft.com/v1/workspaces/:workspaceId/items/:itemId/getDefinition
      params:
      - name: workspaceId
        value: ''
        type: path
      - name: itemId
        value: ''
        type: path
    docs: Get item definition
  - info:
      name: Update item definition
      type: http
    http:
      method: POST
      url: https://api.fabric.microsoft.com/v1/workspaces/:workspaceId/items/:itemId/updateDefinition
      params:
      - name: workspaceId
        value: ''
        type: path
      - name: itemId
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Update item definition
  - info:
      name: Move item
      type: http
    http:
      method: POST
      url: https://api.fabric.microsoft.com/v1/workspaces/:workspaceId/items/:itemId/move
      params:
      - name: workspaceId
        value: ''
        type: path
      - name: itemId
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Move item
  - info:
      name: List item connections
      type: http
    http:
      method: GET
      url: https://api.fabric.microsoft.com/v1/workspaces/:workspaceId/items/:itemId/connections
      params:
      - name: workspaceId
        value: ''
        type: path
      - name: itemId
        value: ''
        type: path
    docs: List item connections
- info:
    name: Capacities
    type: folder
  items:
  - info:
      name: List capacities
      type: http
    http:
      method: GET
      url: https://api.fabric.microsoft.com/v1/capacities
    docs: List capacities
- info:
    name: Connections
    type: folder
  items:
  - info:
      name: List connections
      type: http
    http:
      method: GET
      url: https://api.fabric.microsoft.com/v1/connections
    docs: List connections
  - info:
      name: Create connection
      type: http
    http:
      method: POST
      url: https://api.fabric.microsoft.com/v1/connections
      body:
        type: json
        data: '{}'
    docs: Create connection
bundled: true