How to efficiently get the latest Spark job status by name using Synapse Monitoring API

Satya 0 Reputation points Microsoft Employee
2025-03-28T07:40:30.26+00:00

I'm using the following Synapse Monitoring API to fetch spark application runs:

Currently it returns all Spark runs, but it does not support filtering by job name in url.

My use case: Before triggering a new job via web activity I want to check latest status of a specific job name to avoid duplicate submissions.

https://<workspaceName>.dev.azuresynapse.net/monitoring/workloadTypes/spark/Applications?api-version=2019-11-01-preview
Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
5,297 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Deepanshukatara-6769 15,275 Reputation points
    2025-03-28T09:49:23.03+00:00

    Hello Satya,

    While the API may not directly support filtering by job name in the URL, you can filter the list of applications in Synapse Studio by specifying fields such as job name. This allows you to focus on specific applications that match your criteria.

    For more detailed guidance, you can refer to the following resources:

    Please let us know if any ques further

    Thanks

    Deepanshu


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.