Hello and welcome to Microsoft Q&A anonymous user
If you are asking whether the Azure Synapse Studio's monitoring tab has all those aligned and easily readable in a single display, not exactly the way you are looking for. I can find them all in one screen, but only 1 run at a time:
If you are asking about generating a report from the diagnostic logs collected by Azure Monitor, it should be possible to make a query for this. I expect it will need a couple joins.
On further thought, I note that the activity output contains the notebook name as part of the name. It also contains the pool name, and the pool helps define vcore range. This name corresponds to the Application name in the monitoring "Apache Spark Application" page. However, this page doesn't include pipeline name.
Given that activity runs belong to pipeline runs, this still leaves the issue of getting all the pipelines which use spark activities.
Ideally, I'd want to start in the Spark Application page and work backwards from that, because this lists all the spark jobs. The problematic point with this, is I don't see an easy link backwards. Yes, the application id does appear in the activity output, but the activity id is not in the spark application. The "submitter" is not the pipeline run id, it is something closer to a user id.
Hmmm...