Skip to content

iectl iem job batch-status

Get batch status using batchId

Synopsis

This method get batch status using batchId. If it's READY, means batch is complete and soon its jobs will get created; PROCESSED ,it means all its job are created..

iectl iem 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 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 job batch-status --batchId "0f9a067e8fd447698d9b58527797c167" 

SEE ALSO