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
- 200
- 401
- 402
- 403
- 404
- 429
- 500
Successfully retrieved batch job status.
Unauthorized. Invalid or missing authentication token.
Plan limitations or quota exceeded.
Forbidden. Authorization errors from the API.
Job not found. The specified jobId doesn't exist or has expired.
Too Many Requests. Rate limit exceeded.
Internal server error.