Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Did you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now

Job Scheduler API - 'List item job instances' should include workspaceId in response

Hi,

 

We would like to collect run history logs using the Job Scheduler API.

 

It would be very helpful if the response included the workspaceId. This would allow us to store the raw JSON response as-is in our Lakehouse while still being able to identify which workspace each item belongs to.

 

Without the workspaceId in the response, we need to maintain an external mapping between items and workspaces, which adds unnecessary complexity and potential for inconsistency.

 

Including the workspaceId would make the response self-contained and easier to manage in downstream ingestion and auditing scenarios.

 

Current response sample:

 

{

  "id": "f2d65699-dd22-4889-980c-15226deb0e1b",

  "itemId": "431e8d7b-4a95-4c02-8ccd-6faef5ba1bd7",

  "jobType": "DefaultJob",

  "invokeType": "Manual",

  "status": "Completed",

  "rootActivityId": "8c2ee553-53a4-7edb-1042-0d8189a9e0ca",

  "startTimeUtc": "2023-04-22T06:35:00.7812154",

  "endTimeUtc": "2023-04-22T06:35:00.8033333",

  "failureReason": null

}

Status: New
Comments
Mainh
New Member
Request Id: c886f587-c7ee-42ad-98a9-151bbbff5400 X Correlation Id: d0ab30f1-9e10-41ac-8f24-0c9d6ec3cd1c Timestamp: 2024-10-11T18:46:01Z Message: AADSTS900561: The endpoint only accepts POST requests. Received a GET request.