Jobs Api response attributes

Description:

I would like to have an extra attribute [filename] come back from the job api specifically from /v1/op/job-status/jobs

Use Case:

We use sftp to upload files, and we use the job monitor to check if those files are succesfully done processing.
at the moment we get a job back per file but with the information we are getting, we have more than one file per tenant code, we have the expected jobs comming back, we just cant tell which job belongs to what file.

Mockups/Samples (if applicable):

{
“queryStartTime”: 1745440951000,
“queryEndTime”: 1745441515094000,
“jobStatus”: [
{
“jobId”: “588f03a8-25de-474f-8d5a-b07315452379”,
“tenant”: “WFF_p5w8kpoc~TG00008”,
“filename”: “WFF_p5w8kpoc~TG00007_Employee_Profile_01966951-81F7-7740-BDDE-BFCCD2AEFA5C.csv”,
“status”: “Pending”,
“jobType”: “DPJobType(ReceivingJob,File_Based_Source)”,
“startTime”: “2025-04-23T20:51:47.196Z”
}
]
}

Additional Context: