An Azure service for ingesting, preparing, and transforming data at scale.
One option to try is enable audit logging to log analytics which should log all the pipeline run details to LA workspace. Later you can run KQL queries just like SQL queries and see if you get the desired results there
Another option is to setup custom logging to SQL within pipeline where you insert the logging details to SQL using SPs..
For reference - https://www.mssqltips.com/sqlservertip/6712/azure-data-factory-pipeline-logging-error-details/
Please don't forget to Accept Answer and Up-vote if the response helped -- Vaibhav