Provide the batch query id to get the jobs for a given batch query.
{ "jobs": [ { "id": "<string>", "batchId": "<string>", "status": "IN_PROGRESS", "jobName": "VALIDATION", "createdAt": "2023-11-07T05:31:56Z", "completedAt": "2023-11-07T05:31:56Z", "context": "<any>" } ], "steps": [ "<string>" ] }
Default Response
The response is of type object.
object