Published when a pipeline run finishes
This event requires permission for the API user to access the pipeline.
Payload body:
{
eventName: "PipelineCompleted"
pipelineId: string
pipelineExecutionId: string
status: "Started" | "Succeeded"| "Failed" | "Cancelled"
}