Get Batch Job Status - Manual - Industrial Edge - Industrial Edge - Industrial Edge - Documentation of Industrial Edge APIs - CLI tools - Industrial Edge - References - APIs

Industrial Edge Platform Operation - APIs & References

Product
Industrial Edge
Edition
12/2024
Language
en-US (original)

After submit a batch job, you may want to get the job status. If it's READY, it means batch is complete and soon its jobs will get created; if it's PROCESSED, it means all its jobs are created. Use this request to get the batch job status, :

curl -i -X GET \
-H "Authorization:<your-authorization-token>" \
'https://<your-iem-url>/portal/api/v1/batches/{your-batch-id}'

A successful response looks like this:

{
  "data": "READY"
}