How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Fabric Dataflow REST API (Power Query)

REST API for the Microsoft Fabric Dataflow item - the productized Power Query mashup engine. Creates, reads, updates and deletes dataflows, publishes and retrieves their Power Query definitions, discovers their parameters, schedules execute and applyChanges jobs, and executes a Power Query M query against a dataflow on demand. Thirteen operations, Swagger 2.0, published by Microsoft at github.com/microsoft/fabric-rest-api-specs.

Fabric Dataflow REST API (Power Query) is one of 5 APIs that Power Query publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Microsoft Fabric, Pipelines, Programmatic Execution, and REST. The published artifact set on APIs.io includes API documentation, an API reference, an OpenAPI specification, authentication docs, and rate-limit docs.

This API exposes 13 operations across 10 paths, organized into 3 resource areas. It is described by OpenAPI 2.0, at version v1.

Requests are made against the base URL https://api.fabric.microsoft.com/v1.

13 operations 10 paths 0 schemas 1 DELETE3 GET1 PATCH8 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 2.0
API Version
v1
Base URL
https://api.fabric.microsoft.com/v1
Resource Areas
3

Paths & Operations 13

Across 10 paths, the API surfaces 13 operations — 1 DELETE, 3 GET, 1 PATCH, 8 POST. They span 3 resource areas: Items, BackgroundJobs, QueryExecution. Each is listed below with its method, path, parameters, and response codes.

Items 8
GET
/workspaces/{workspaceId}/dataflows
Returns a list of Dataflows from the specified workspace.
Items_ListDataflows 4 params → 200429default
POST
/workspaces/{workspaceId}/dataflows
Creates a Dataflow in the specified workspace.
Items_CreateDataflow 2 params → 201202429default
GET
/workspaces/{workspaceId}/dataflows/{dataflowId}
Returns properties of the specified Dataflow.
Items_GetDataflow 2 params → 200429default
PATCH
/workspaces/{workspaceId}/dataflows/{dataflowId}
Updates the properties of the specified Dataflow.
Items_UpdateDataflow 3 params → 200429default
DELETE
/workspaces/{workspaceId}/dataflows/{dataflowId}
Deletes the specified Dataflow.
Items_DeleteDataflow 3 params → 200429default
POST
/workspaces/{workspaceId}/dataflows/{dataflowId}/getDefinition
Returns the specified Dataflow public definition.
Items_GetDataflowDefinition 3 params → 200202429default
POST
/workspaces/{workspaceId}/dataflows/{dataflowId}/updateDefinition
Overrides the definition for the specified Dataflow.
Items_UpdateDataflowDefinition 4 params → 200202429default
GET
/workspaces/{workspaceId}/dataflows/{dataflowId}/parameters
Retrieves all parameters defined in the specified Dataflow.
Items_DiscoverDataflowParameters 3 params → 200429default
BackgroundJobs 4
POST
/workspaces/{workspaceId}/dataflows/{dataflowId}/jobs/execute/schedules
Create a new execute schedule for a dataflow. A dataflow can create maximum 20 schedulers.
BackgroundJobs_ScheduleExecute 3 params → 201429default
POST
/workspaces/{workspaceId}/dataflows/{dataflowId}/jobs/applyChanges/schedules
Create a new apply changes schedule for a dataflow. A dataflow can create maximum 20 schedulers.
BackgroundJobs_ScheduleApplyChanges 3 params → 201429default
POST
/workspaces/{workspaceId}/dataflows/{dataflowId}/jobs/execute/instances
Run on-demand execute job instance.
BackgroundJobs_RunOnDemandExecute 3 params → 202429default
POST
/workspaces/{workspaceId}/dataflows/{dataflowId}/jobs/applyChanges/instances
Run on-demand apply changes job instance.
BackgroundJobs_RunOnDemandApplyChanges 2 params → 202429default
QueryExecution 1
POST
/workspaces/{workspaceId}/dataflows/{dataflowId}/executeQuery
Executes a query against a dataflow and returns the result.
QueryExecution_ExecuteQuery 4 params → 200202429default

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

power-query-fabric-dataflow-swagger.json Raw ↑

Other APIs Power Query publishes across the network.

Power Query M Formula Language
Power Query Connectors API
Power Query Dataflows API
Power Query SDK
Where this information came from

This is an independent, third-party profile of Fabric Dataflow REST API (Power Query), published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.