GET
/
batch-query-jobs
/
{batchId}
{
  "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>"
  ]
}

Path Parameters

batchId
string
required

Response

200
application/json
Default Response
jobs
object[]
required
steps
string[]
required