Skip to content

iectl iem-v2 job batch-status

Get batch status with the unique batch ID

Synopsis

This method gets batch status with the unique batch ID. If it's READY, it means batch is complete and soon its jobs will get created; PROCESSED ,it means all its jobs are created.

iectl iem-v2 job batch-status [flags]

Options

      --batchId string   The unique batch ID
  -d, --data string      use this flag for passing data via json or as datafile with @filename
  -h, --help             help for get-batch-status

Options inherited from parent commands

  -o, --output string   output format
  -q, --query string    query on result of object
  -v, --verbose         verbose output

Example

$ iectl iem-v2 job batch-status --batchId sampleBatchId

SEE ALSO