Skip to main content

Get IP Batch Status

GET 

/ip/batch/:jobId

The Get IP Batch Status endpoint allows you to retrieve the current status of a previously submitted batch processing job. Use this endpoint to track the progress of your batch IP analysis request and retrieve results when processing is complete.

Response Information:

  • When status is QUEUED: The job is in the processing queue waiting to be processed.
  • When status is PROCESSING: The job is actively being processed.
  • When status is COMPLETED: The job has finished successfully.
  • When status is ERROR: An issue occurred during processing; check the statusDescription for details.

Request

Responses

Successfully retrieved batch job status.