Forum Discussion
Yazdan
6 months agoAdvocate II
How to programmatically access “Submitted by” (pipeline runner) at pipeline or notebook runtime
Hi Fabric team, In the Fabric Monitor view, pipeline runs clearly show the “Submitted by” column (see bellow), which correctly reflects the user who manually triggered the pipeline (e.g. Yazdan A...
deborshi_nag
6 months agoSuper User
Hello Yazdan
Unfortunately the Fabric Job Scheduler REST APIs don’t currently return “Submitted By” (the user who started the run) for DataPipeline job instances. The payloads you’re already using—List Item Job Instances and Get Item Job Instance—include fields like status, invokeType (Manual / Schedule / API), time stamps, and failureReason, but no user identity.
This has also been answered in the Community forum in the past.
Solved: Is it possible to get username of the user who tri... - Microsoft Fabric Community