Forum Discussion
12_shashank
4 days agoNew Member
Passing the Parameter while calling the Data Pipeline using REST API
Hello Readers, I am trying to trigger the REST API to trigger an on-demand job on my datapipeline: POST https://api.fabric.microsoft.com/v1/workspaces/{workspaceId}/dataPipelines/{pipelineId}/job...
tayloramy
4 days agoSuper User
Hi 12_shashank,
THe DataPipeline specific API doesn't mention anything about supporting parameters in the documentation, but the job scheduler API does.
Job Scheduler - Run On Demand Item Job - REST API (Core) | Microsoft Learn
Try using the job scheduler API to trigger the data pipeline instead.