jp8's avatar
jp8
New Member
2 years ago
Status:
Needs Votes

List Item Job Instances in Fabric Data Pipeline REST API

Currently, the REST API contains multiple endpoints for listing Fabric aspects like workspaces, capacities, lakehouses, data pipelines, etc. However, there is no way to request a list including all job instances present in a workspace. This would be very useful to be able to query the Monitor and build your own monitoring report that includes all activities/pipeline runs.


I'd suggest an API endpoint that follows the structure of the Get Item Job Instance endpoint, which looks like this:

GET https://api.fabric.microsoft.com/v1/workspaces/{workspaceId}/items/{itemId}/jobs/instances/{jobInstanceId}, but without the need to specify a particular jobInstanceId, returning all Job Instances.

Recent ideas