Gets the status of a bulk processing request

post

/config/sim/v1/bulkStatusRequest

Get the status for the bulk processing request ID provided

Request

Supported Media Types
Body ()
Root Schema : schema
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

A response body containing the status of the bulk request
Body ()
Root Schema : BulkProcessingStatusResponse
Type: object
A response body containing the status of the bulk request
Show Source
  • The comments provided by the user while placing the bulk insert request.
    Example: Bulk Insert
  • The count of failed records.
    Example: 5000
  • A message giving details about the bulk request.
    Example: Time taken to process the bulk request : 1012 is 2 seconds
  • The bulk processing request ID
    Example: 1012
  • response
    The result for each object submitted in the bulk request
  • Bulk processing request ID status. Status can be one of the following :- Queued - To be processed, InProgress - Being processed, Completed - Processed successfully, CompletedWithErrors - Processing completed with some errors
    Example: Completed
  • The count of successful records.
    Example: 5000
Nested Schema : response
Type: array
The result for each object submitted in the bulk request
Show Source
Nested Schema : BulkRecordsResponse
Type: object
A response body containing details for an object submitted in the bulk request.
Show Source
Back to Top